Merge "Map dummy language codes in sites"
[lhc/web/wiklou.git] / mw-config / overrides.php
index 40b3dde..3dfecaa 100644 (file)
@@ -75,7 +75,7 @@ class InstallerOverrides {
         * @param array $options
         * @return CliInstaller
         */
-       public static function getCliInstaller( $siteName, $admin = null, array $options = array() ) {
+       public static function getCliInstaller( $siteName, $admin = null, array $options = [] ) {
                return new CliInstaller( $siteName, $admin, $options );
        }
 }