Merge "Special:Newpages feed now shows first revision instead of latest revision"
[lhc/web/wiklou.git] / includes / profiler / output / ProfilerOutput.php
index 3473e0b..20b0780 100644 (file)
@@ -28,10 +28,9 @@ abstract class ProfilerOutput {
        /** @var Profiler */
        protected $collector;
        /** @var array Configuration of $wgProfiler */
-       protected $params = array();
+       protected $params = [];
 
        /**
-        * Constructor
         * @param Profiler $collector The actual profiler
         * @param array $params Configuration array, passed down from $wgProfiler
         */