We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8699268 commit f7b4feeCopy full SHA for f7b4fee
Model/Profiler/Driver/Standard/Stat.php
@@ -22,6 +22,7 @@ class Stat extends BaseStat
22
*/
23
protected function _getOrderedTimerIds()
24
{
25
+ // phpcs:disable Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed
26
$timerIds = array_keys($this->_timers);
27
if (count($timerIds) <= 2) {
28
/* No sorting needed */
0 commit comments