fixing phpdoc

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange 2019-02-16 09:35:22 -01:00 committed by Backportbot
parent 84ab16bac4
commit 6ada63be8e

View file

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