X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsearch%2FResultSetAugmentor.php;h=aabdde6611f3bd19c1e0973177921e988700c924;hb=7afced64454ad30d688540f7626448ac2faefebb;hp=e2d79a9c4ef99f3438801af13f94e3e96f223450;hpb=3a2853e218acb586a00f2e59638de4176aee287f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/ResultSetAugmentor.php b/includes/search/ResultSetAugmentor.php index e2d79a9c4e..aabdde6611 100644 --- a/includes/search/ResultSetAugmentor.php +++ b/includes/search/ResultSetAugmentor.php @@ -6,8 +6,8 @@ interface ResultSetAugmentor { /** * Produce data to augment search result set. - * @param SearchResultSet $resultSet + * @param ISearchResultSet $resultSet * @return array Data for all results */ - public function augmentAll( SearchResultSet $resultSet ); + public function augmentAll( ISearchResultSet $resultSet ); }