X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=mw-config%2Foverrides.php;h=3dfecaa7b3c2f34f2f37db74a473a83ed71fc477;hb=c83be6494e18890777f53ec20f98c2a8a349713f;hp=40b3ddee2d398994d2db074d68be6e0658516074;hpb=a82f0fcb6898faf0d3ff62c6e47a777985f0f3d6;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/overrides.php b/mw-config/overrides.php index 40b3ddee2d..3dfecaa7b3 100644 --- a/mw-config/overrides.php +++ b/mw-config/overrides.php @@ -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 ); } }