X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FnamespaceDupes.php;h=84d45335eca716cfbc2c925ccb50b4e30e54f62f;hp=0bd627ff1a3a6118411e552073af1bc2ea7dda66;hb=3df3b575c6617df64ec98533cc7141bd2314e274;hpb=e0b6258185e05cfc20c7b084bb8e9af650196cda diff --git a/maintenance/namespaceDupes.php b/maintenance/namespaceDupes.php index 0bd627ff1a..84d45335ec 100644 --- a/maintenance/namespaceDupes.php +++ b/maintenance/namespaceDupes.php @@ -256,7 +256,6 @@ class NamespaceConflictChecker extends Maintenance { $ok = true; foreach ( $targets as $row ) { - // Find the new title and determine the action to take $newTitle = $this->getDestinationTitle( $ns, $name, @@ -460,10 +459,10 @@ class NamespaceConflictChecker extends Maintenance { /** * Get the preferred destination title for a given target page. - * @param integer $ns The destination namespace ID + * @param int $ns The destination namespace ID * @param string $name The conflicting prefix - * @param integer $sourceNs The source namespace - * @param integer $sourceDbk The source DB key (i.e. page_title) + * @param int $sourceNs The source namespace + * @param int $sourceDbk The source DB key (i.e. page_title) * @param array $options Associative array of validated command-line options * @return Title|false */