X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupUsersWithNoId.php;h=61d1e5d5abba3d029218cdf95ea65c1669affec0;hb=7ecbff2360a07755f771c648ed1e27ee3dca8ad5;hp=b2fdf2f9c733cfba6993e17d83b09c15235cfcae;hpb=a2c8c2969420a0f150c03f76e3a0bf9028fcda43;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupUsersWithNoId.php b/maintenance/cleanupUsersWithNoId.php index b2fdf2f9c7..61d1e5d5ab 100644 --- a/maintenance/cleanupUsersWithNoId.php +++ b/maintenance/cleanupUsersWithNoId.php @@ -95,7 +95,7 @@ class CleanupUsersWithNoId extends LoggedUpdateMaintenance { * @param IDatabase $dbw * @param string[] $indexFields Fields in the index being ordered by * @param object $row Database row - * @return array [ string $next, string $display ] + * @return string[] [ string $next, string $display ] */ private function makeNextCond( $dbw, $indexFields, $row ) { $next = '';