X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Feval.php;h=499644676a41b817540b1d7eda68334f12bac917;hb=56b97b194f468f19aae2f4103b5e7298ee939771;hp=e20c477af05490dba5064d5e0edfcc8e88dfb341;hpb=198f85b1d9a68f172d1b5fccbd44ad59050304af;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";