Merge pull request #14248 from nextcloud/phpdoc/noid/getdocuments-returns

Fixing phpdoc in FullTextSearch/Model/ISearchResult
This commit is contained in:
Roeland Jago Douma 2019-02-18 14:30:15 +01:00 committed by GitHub
commit 49e8093e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ interface ISearchResult {
*
* @since 15.0.0
*
* @return array
* @return IndexDocument[]
*/
public function getDocuments(): array;