X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcreateCommonPasswordCdb.php;h=f13dd930ce9d5d039c7a763c79773760d673433b;hb=5176e6d069b4bd293c8c32188f8d4ad91f1c8104;hp=87e7e088ae6c20a587c3403a4fa99506498e3e3c;hpb=b67ab9de01a2eb95875d27a26eb9c30b22edf97e;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 ) ) {