Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / includes / search / SearchSuggestionSet.php
index 6d54dad..aced5e1 100644 (file)
@@ -106,6 +106,7 @@ class SearchSuggestionSet {
 
        /**
         * Move the suggestion at index $key to the first position
+        * @param string $key
         */
        public function rescore( $key ) {
                $removed = array_splice( $this->suggestions, $key, 1 );