X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Feval.php;h=d98e5cd01c391c9dc3ab80624d69c043c4fcb338;hp=e20c477af05490dba5064d5e0edfcc8e88dfb341;hb=49748181dd56ec97e7ba7c13e684a16abceb3cc0;hpb=8c087b9fd13d9302ec1be2176ef1ae344b3f8273 diff --git a/maintenance/eval.php b/maintenance/eval.php index e20c477af0..d98e5cd01c 100644 --- a/maintenance/eval.php +++ b/maintenance/eval.php @@ -30,9 +30,8 @@ * @ingroup Maintenance */ -$optionsWithArgs = array( 'd' ); +$optionsWithArgs = [ 'd' ]; -/** */ require_once __DIR__ . "/commandLine.inc"; if ( isset( $options['d'] ) ) {