X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsearch%2FSearchSuggestionSet.php;h=f1da2461341f6a6d3232dc544f8657220f4cedc8;hb=694ca68b234bd7a24f8abba85a2c2288331de1b2;hp=cb1f831711fdba0fbab4d091df64310afe84d6e3;hpb=5410cfccce9b0b84bc909506c9b66d3f27d6dba7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchSuggestionSet.php b/includes/search/SearchSuggestionSet.php index cb1f831711..f1da246134 100644 --- a/includes/search/SearchSuggestionSet.php +++ b/includes/search/SearchSuggestionSet.php @@ -80,7 +80,7 @@ class SearchSuggestionSet { /** * Call array_map on the suggestions array - * @param callback $callback + * @param callable $callback * @return array */ public function map( $callback ) { @@ -89,7 +89,7 @@ class SearchSuggestionSet { /** * Filter the suggestions array - * @param callback $callback Callable accepting single SearchSuggestion + * @param callable $callback Callable accepting single SearchSuggestion * instance returning bool false to remove the item. * @return int The number of suggestions removed */