Merge pull request #14248 from nextcloud/phpdoc/noid/getdocuments-returns
Fixing phpdoc in FullTextSearch/Model/ISearchResult
This commit is contained in:
commit
49e8093e15
|
@ -93,7 +93,7 @@ interface ISearchResult {
|
|||
*
|
||||
* @since 15.0.0
|
||||
*
|
||||
* @return array
|
||||
* @return IndexDocument[]
|
||||
*/
|
||||
public function getDocuments(): array;
|
||||
|
||||
|
|
Loading…
Reference in New Issue