X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fprofiler%2Foutput%2FProfilerOutput.php;h=20b07801b4846029d4d8970b41f97afecf028c25;hb=6c9a2923fe1ee3a65cb027be5e781772f2b12fbd;hp=3473e0b20b7d12cac57609508d5e203d8cf17ff1;hpb=795a29ce7700a1ad606d06537bd8f7e2e81652bd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/output/ProfilerOutput.php b/includes/profiler/output/ProfilerOutput.php index 3473e0b20b..20b07801b4 100644 --- a/includes/profiler/output/ProfilerOutput.php +++ b/includes/profiler/output/ProfilerOutput.php @@ -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 */