diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-02-18 15:19:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 15:19:31 +0100 |
commit | 52439a00bdcbbbb02cc0804e83ca956e5b0ec4c4 (patch) | |
tree | a7746aaa8e5f922ba0bc8990350499dbe3fb9c40 | |
parent | 84ab16bac468492c37e3f21ce3f6d6da05df1756 (diff) | |
parent | 6ada63be8e79615308df5c8bb54494f623ebca1d (diff) | |
download | nextcloud-server-52439a00bdcbbbb02cc0804e83ca956e5b0ec4c4.tar.gz nextcloud-server-52439a00bdcbbbb02cc0804e83ca956e5b0ec4c4.zip |
Merge pull request #14268 from nextcloud/backport/14248/stable15
[stable15] Fixing phpdoc in FullTextSearch/Model/ISearchResult
-rw-r--r-- | lib/public/FullTextSearch/Model/ISearchResult.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/FullTextSearch/Model/ISearchResult.php b/lib/public/FullTextSearch/Model/ISearchResult.php index a7dcba82f5c..453ec61e7de 100644 --- a/lib/public/FullTextSearch/Model/ISearchResult.php +++ b/lib/public/FullTextSearch/Model/ISearchResult.php @@ -93,7 +93,7 @@ interface ISearchResult { * * @since 15.0.0 * - * @return array + * @return IndexDocument[] */ public function getDocuments(): array; |