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