Skip to content

Commit 52439a0

Browse files
authored
Merge pull request #14268 from nextcloud/backport/14248/stable15
[stable15] Fixing phpdoc in FullTextSearch/Model/ISearchResult
2 parents 84ab16b + 6ada63b commit 52439a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/FullTextSearch/Model/ISearchResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function addDocument(IndexDocument $document): ISearchResult;
9393
*
9494
* @since 15.0.0
9595
*
96-
* @return array
96+
* @return IndexDocument[]
9797
*/
9898
public function getDocuments(): array;
9999

0 commit comments

Comments
 (0)