X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fprofiler%2Foutput%2FProfilerOutput.php;h=ddf084e81cf8ccb131c34b66aae12f7a66791dbd;hp=3473e0b20b7d12cac57609508d5e203d8cf17ff1;hb=e3bd13db0c285f312e31bb1b7271af4628cca80c;hpb=31d239f9d9e2516fc725d9b743ece0dfe72c23a2 diff --git a/includes/profiler/output/ProfilerOutput.php b/includes/profiler/output/ProfilerOutput.php index 3473e0b20b..ddf084e81c 100644 --- a/includes/profiler/output/ProfilerOutput.php +++ b/includes/profiler/output/ProfilerOutput.php @@ -28,7 +28,7 @@ abstract class ProfilerOutput { /** @var Profiler */ protected $collector; /** @var array Configuration of $wgProfiler */ - protected $params = array(); + protected $params = []; /** * Constructor