Convert all array() syntax to []
[lhc/web/wiklou.git] / includes / config / HashConfig.php
index a09a0a4..feef87d 100644 (file)
@@ -44,7 +44,7 @@ class HashConfig implements Config, MutableConfig {
        /**
         * @param array $settings Any current settings to pre-load
         */
-       public function __construct( array $settings = array() ) {
+       public function __construct( array $settings = [] ) {
                $this->settings = $settings;
        }