wiki.techinc.nl/includes/profiler
Tim Starling 580ec48e5b Fix more PHPStorm inspections (#2)
* Illegal string offset and invalid argument supplied to foreach, due to incorrect type information
* Array internal pointer reset is unnecessary
* $hookData unused since MW 1.35 due to incomplete revert
* array_push() with single element
* Unnecessary sprintf()
* for loop can be replaced with str_repeat()
* preg_replace() can be replaced with rtrim()
* array_values() call is redundant
* Unnecessary cast to string
* Unnecessary ternary. Often the result relies on short-circuit evaluation, but I find it more readable nonetheless.

Change-Id: I4c45bdb59b51b243fa96286bec8b58deb097d707
2023-03-25 00:19:58 +00:00
..
output profiler: Actually escape debug text in ProfilerOutputText 2022-03-25 12:38:28 +00:00
Profiler.php Fix more PHPStorm inspections (#2) 2023-03-25 00:19:58 +00:00
ProfilerExcimer.php Fix phan error when Excimer is enabled 2023-01-05 15:53:52 +11:00
ProfilerSectionOnly.php profiler: Document ProfilerXhprof class options 2021-09-07 03:10:32 +01:00
ProfilerStub.php
ProfilerXhprof.php profiler: Drop support for Tideways 4.x in ProfilerXhprof 2022-11-28 06:20:45 +00:00
ProfilingContext.php profiler: Add ProfilingContext class 2023-03-23 00:08:49 +00:00
SectionProfileCallback.php
SectionProfiler.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00