]> BookStack Code Mirror - bookstack/blobdiff - tests/TestCase.php
Fixed local_secure_restricted preventing attachment uploads
[bookstack] / tests / TestCase.php
index 92ae33a4ebeeef1729ea4934cb8d5e9882788aeb..3ca7638c8e92c8a4d6071e024fb282f1c4e0cfa9 100644 (file)
@@ -430,7 +430,7 @@ abstract class TestCase extends BaseTestCase
     }
 
     /**
-     * @return Entity[]
+     * @return array{page: Page, chapter: Chapter, book: Book, bookshelf: Bookshelf}
      */
     protected function getEachEntityType(): array
     {