X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fsearch%2FResultSetAugmentor.php;h=aabdde6611f3bd19c1e0973177921e988700c924;hb=0032290d18954ae669a9e63a41ff0bc245f4b21b;hp=e2d79a9c4ef99f3438801af13f94e3e96f223450;hpb=2dd58ade75d15a5895c0c010e17b6f729a0f72fe;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 ); }