X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerSectionOnly.php;h=a7bc1375e9cc920a9fa8cb6ef89db8bd8d83de19;hb=17c9569dc594dbe7f21d43244d633b5bc7cfe862;hp=41260a83882cdd94866c32dca4bb2641e35e8842;hpb=82e2c924e473fa3b99bb8e0da71d99b70ec5ca07;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfilerSectionOnly.php b/includes/profiler/ProfilerSectionOnly.php index 41260a8388..a7bc1375e9 100644 --- a/includes/profiler/ProfilerSectionOnly.php +++ b/includes/profiler/ProfilerSectionOnly.php @@ -22,7 +22,7 @@ * Profiler that only tracks explicit profiling sections * * @code - * $wgProfiler['class'] = 'ProfilerSectionOnly'; + * $wgProfiler['class'] = ProfilerSectionOnly::class; * $wgProfiler['output'] = 'text'; * $wgProfiler['visible'] = true; * @endcode