Merge "Add support for PHP7 random_bytes in favor of mcrypt_create_iv"
[lhc/web/wiklou.git] / maintenance / eval.php
index e20c477..d98e5cd 100644 (file)
@@ -30,9 +30,8 @@
  * @ingroup Maintenance
  */
 
-$optionsWithArgs = array( 'd' );
+$optionsWithArgs = [ 'd' ];
 
-/** */
 require_once __DIR__ . "/commandLine.inc";
 
 if ( isset( $options['d'] ) ) {