mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #14268 from nextcloud/backport/14248/stable15
[stable15] Fixing phpdoc in FullTextSearch/Model/ISearchResult
This commit is contained in:
commit
52439a00bd
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ interface ISearchResult {
|
|||
*
|
||||
* @since 15.0.0
|
||||
*
|
||||
* @return array
|
||||
* @return IndexDocument[]
|
||||
*/
|
||||
public function getDocuments(): array;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue