ClassicInterwikiLookup: Call static function selectFields statically
[lhc/web/wiklou.git] / maintenance / orphans.php
index 7b8f2cd..2da8830 100644 (file)
@@ -56,8 +56,8 @@ class Orphans extends Maintenance {
 
        /**
         * Lock the appropriate tables for the script
-        * @param DatabaseBase $db
-        * @param string $extraTable The name of any extra tables to lock (eg: text)
+        * @param Database $db
+        * @param string[] $extraTable The name of any extra tables to lock (eg: text)
         */
        private function lockTables( $db, $extraTable = [] ) {
                $tbls = [ 'page', 'revision', 'redirect' ];