X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fsearch%2FSearchEngine.php;h=1b9ee6c5db72bb8a525166a8800d5d814d137bbe;hp=70117db76cd7719f516ac76fac8a7e9d59d00ddf;hb=cc4115e87f1ffec8f751e783ad9404782b23a0f3;hpb=06d611a3997a63fc54f7141ed9fa3105c9d0a8e4 diff --git a/includes/search/SearchEngine.php b/includes/search/SearchEngine.php index 70117db76c..1b9ee6c5db 100644 --- a/includes/search/SearchEngine.php +++ b/includes/search/SearchEngine.php @@ -138,7 +138,7 @@ abstract class SearchEngine { * @return mixed the feature value or null if unset */ public function getFeatureData( $feature ) { - if ( isset ( $this->features[$feature] ) ) { + if ( isset( $this->features[$feature] ) ) { return $this->features[$feature]; } return null; @@ -566,6 +566,7 @@ abstract class SearchEngine { /** * Process completion search results. * Resolves the titles and rescores. + * @param string $search * @param SearchSuggestionSet $suggestions * @return SearchSuggestionSet */