X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Forphans.php;h=2da883064398c8db14c2fec7e2eafc5a09fdc7cb;hb=bdfa96eb726c9997a010f5a194eec71925bfddc2;hp=7b8f2cd96a1068b844afdec68d888c5a0a7f2ca7;hpb=a85d1b9d0cd7f02111d3a647d5b91e3b1f334563;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/orphans.php b/maintenance/orphans.php index 7b8f2cd96a..2da8830643 100644 --- a/maintenance/orphans.php +++ b/maintenance/orphans.php @@ -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' ];