]> BookStack Code Mirror - bookstack/blobdiff - app/Search/SearchRunner.php
Guest create page: name field autofocus
[bookstack] / app / Search / SearchRunner.php
index cc44e6125035608469d2d285329490f3d3bb146d..013f7b380b82239e8ce475b63d8efa52d856db8f 100644 (file)
@@ -50,7 +50,7 @@ class SearchRunner
      * The provided count is for each entity to search,
      * Total returned could be larger and not guaranteed.
      *
-     * @return array{total: int, count: int, has_more: bool, results: Entity[]}
+     * @return array{total: int, count: int, has_more: bool, results: Collection<Entity>}
      */
     public function searchEntities(SearchOptions $searchOpts, string $entityType = 'all', int $page = 1, int $count = 20): array
     {