Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / config / ConfigFactory.php
index b20794b..d52103c 100644 (file)
@@ -32,14 +32,14 @@ class ConfigFactory {
         * Map of config name => callback
         * @var array
         */
-       protected $factoryFunctions = array();
+       protected $factoryFunctions = [];
 
        /**
         * Config objects that have already been created
         * name => Config object
         * @var array
         */
-       protected $configs = array();
+       protected $configs = [];
 
        /**
         * @var ConfigFactory