]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/PageEditorTest.php
Minor capitalisation fix for Estonian
[bookstack] / tests / Entity / PageEditorTest.php
index 588de4f17a93ffd1baa5db0cfc63019417b750c5..9b0a8f188106d7d46d15d91ba535165cf6395ac8 100644 (file)
@@ -8,7 +8,7 @@ use Tests\TestCase;
 
 class PageEditorTest extends TestCase
 {
-    /** @var Page  */
+    /** @var Page */
     protected $page;
 
     public function setUp(): void
@@ -74,4 +74,4 @@ class PageEditorTest extends TestCase
             'draft'    => false,
         ]);
     }
-}
\ No newline at end of file
+}