Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixing phpdoc
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl authored and Backportbot committed Feb 18, 2019
commit 6ada63be8e79615308df5c8bb54494f623ebca1d
2 changes: 1 addition & 1 deletion lib/public/FullTextSearch/Model/ISearchResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function addDocument(IndexDocument $document): ISearchResult;
*
* @since 15.0.0
*
* @return array
* @return IndexDocument[]
*/
public function getDocuments(): array;

Expand Down