]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/CommentSettingTest.php
Apply fixes from StyleCI
[bookstack] / tests / Entity / CommentSettingTest.php
index 5ab6ad9a81beb34f1620e019f4bfe8dbb6c56ea9..d8caa73585aebcd54dd085b87428878a3cd71d80 100644 (file)
@@ -1,4 +1,6 @@
-<?php namespace Tests\Entity;
+<?php
+
+namespace Tests\Entity;
 
 use BookStack\Entities\Models\Page;
 use Tests\TestCase;
@@ -30,4 +32,4 @@ class CommentSettingTest extends TestCase
         $this->asAdmin()->get($this->page->getUrl())
             ->assertElementExists('.comments-list');
     }
-}
\ No newline at end of file
+}