X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Forphans.php;h=2da883064398c8db14c2fec7e2eafc5a09fdc7cb;hb=bdfa96eb726c9997a010f5a194eec71925bfddc2;hp=e4f3e913542eb63634b275f60299bb367946c8fd;hpb=531ed101ccd14dc7e2cf2858a67b2523ef6a79ff;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/orphans.php b/maintenance/orphans.php index e4f3e91354..2da8830643 100644 --- a/maintenance/orphans.php +++ b/maintenance/orphans.php @@ -57,7 +57,7 @@ class Orphans extends Maintenance { /** * Lock the appropriate tables for the script * @param Database $db - * @param string $extraTable The name of any extra tables to lock (eg: text) + * @param string[] $extraTable The name of any extra tables to lock (eg: text) */ private function lockTables( $db, $extraTable = [] ) { $tbls = [ 'page', 'revision', 'redirect' ];