X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcreateCommonPasswordCdb.php;h=f13dd930ce9d5d039c7a763c79773760d673433b;hb=d9a965c69d0712567efd68c94a1f38f9cd50056c;hp=87e7e088ae6c20a587c3403a4fa99506498e3e3c;hpb=920c06e42c307fcaea47d9b65e09303aded2d1c9;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/createCommonPasswordCdb.php b/maintenance/createCommonPasswordCdb.php index 87e7e088ae..f13dd930ce 100644 --- a/maintenance/createCommonPasswordCdb.php +++ b/maintenance/createCommonPasswordCdb.php @@ -69,7 +69,7 @@ class GenerateCommonPassword extends Maintenance { try { $db = \Cdb\Writer::open( $outfile ); - $alreadyWritten = array(); + $alreadyWritten = []; $skipped = 0; for ( $i = 0; ( $i - $skipped ) < $limit; $i++ ) { if ( feof( $file ) ) {