Merge pull request #14268 from nextcloud/backport/14248/stable15

[stable15] Fixing phpdoc in FullTextSearch/Model/ISearchResult
This commit is contained in:
Morris Jobke 2019-02-18 15:19:31 +01:00 committed by GitHub
commit 52439a00bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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