Add missing @param to function docs
[lhc/web/wiklou.git] / includes / specials / SpecialSearch.php
index 5f16239..6419a57 100644 (file)
@@ -1068,6 +1068,8 @@ class SpecialSearch extends SpecialPage {
 
        /**
         * @param string $term
+        * @param int $resultsShown
+        * @param int $totalNum
         * @return string
         */
        protected function shortDialog( $term, $resultsShown, $totalNum ) {