X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Feval.php;h=499644676a41b817540b1d7eda68334f12bac917;hb=52cc0c249e95ba757b4a02d2f5633d0e1a71f8f2;hp=e20c477af05490dba5064d5e0edfcc8e88dfb341;hpb=9e331cd4c3c13bce12bbd6f5ab24ce8c0016e3bb;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/eval.php b/maintenance/eval.php index e20c477af0..499644676a 100644 --- a/maintenance/eval.php +++ b/maintenance/eval.php @@ -30,7 +30,7 @@ * @ingroup Maintenance */ -$optionsWithArgs = array( 'd' ); +$optionsWithArgs = [ 'd' ]; /** */ require_once __DIR__ . "/commandLine.inc";