X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerSectionOnly.php;h=a7bc1375e9cc920a9fa8cb6ef89db8bd8d83de19;hb=c698e1bd9158643f48f1ff65a0f0c7a39c16924f;hp=251da52b35c0cf1ec3e32c4748cb8ecef6cf3a91;hpb=00cc6ec3ba3de2bfb2873651ddaf06d29addfd55;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfilerSectionOnly.php b/includes/profiler/ProfilerSectionOnly.php index 251da52b35..a7bc1375e9 100644 --- a/includes/profiler/ProfilerSectionOnly.php +++ b/includes/profiler/ProfilerSectionOnly.php @@ -22,12 +22,11 @@ * Profiler that only tracks explicit profiling sections * * @code - * $wgProfiler['class'] = 'ProfilerSectionOnly'; + * $wgProfiler['class'] = ProfilerSectionOnly::class; * $wgProfiler['output'] = 'text'; * $wgProfiler['visible'] = true; * @endcode * - * @author Aaron Schulz * @ingroup Profiler * @since 1.25 */