X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerStub.php;h=fe46798607940055affb02226ca2ae18b2845da6;hb=a52f0fdb944dc72762abb05518befafdfe031a86;hp=1017e44660ac9ba0059c1a8e61f490b9e6da43c9;hpb=bbb705a0b1465725cadccb6da70c1d057b6d1885;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php index 1017e44660..fe46798607 100644 --- a/includes/profiler/ProfilerStub.php +++ b/includes/profiler/ProfilerStub.php @@ -32,9 +32,11 @@ class ProfilerStub extends Profiler { } public function getFunctionStats() { + return []; } public function getOutput() { + return ''; } public function close() {