X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Forphans.php;h=2da883064398c8db14c2fec7e2eafc5a09fdc7cb;hb=dcfec00f3b1224081e5192d5cf6d426a3c66029c;hp=e4f3e913542eb63634b275f60299bb367946c8fd;hpb=57eaa2bf04ce1b48bd89c10defe4de5b7d31f047;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' ];