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