Merge "Correct case of Title::getPrefixedDBkey() calls"
[lhc/web/wiklou.git] / includes / specials / SpecialFileDuplicateSearch.php
index b9419f2..3fe64e6 100644 (file)
@@ -67,7 +67,7 @@ class FileDuplicateSearchPage extends QueryPage {
 
        /**
         *
-        * @param $dupes Array of File objects
+        * @param array $dupes of File objects
         */
        function showList( $dupes ) {
                $html = array();