Merge "Fixup contenttype stuff in UserMailer"
[lhc/web/wiklou.git] / maintenance / commandLine.inc
index 1a05907..e871a4e 100644 (file)
@@ -27,7 +27,7 @@ require_once __DIR__ . '/Maintenance.php';
 global $optionsWithArgs;
 // @codingStandardsIgnoreEnd
 if ( !isset( $optionsWithArgs ) ) {
-       $optionsWithArgs = array();
+       $optionsWithArgs = [];
 }
 
 class CommandLineInc extends Maintenance {