Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / profiler / output / ProfilerOutput.php
index 3473e0b..ddf084e 100644 (file)
@@ -28,7 +28,7 @@ abstract class ProfilerOutput {
        /** @var Profiler */
        protected $collector;
        /** @var array Configuration of $wgProfiler */
-       protected $params = array();
+       protected $params = [];
 
        /**
         * Constructor