X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=maintenance%2Feval.php;h=d98e5cd01c391c9dc3ab80624d69c043c4fcb338;hb=718241d779a095f93f9f56b06e8cd647053cb79c;hp=e20c477af05490dba5064d5e0edfcc8e88dfb341;hpb=198f85b1d9a68f172d1b5fccbd44ad59050304af;p=lhc%2Fweb%2Fwiklou.git 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'] ) ) {