Skip to content

Commit f7b4fee

Browse files
committed
Fix phpcs error
1 parent 8699268 commit f7b4fee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Model/Profiler/Driver/Standard/Stat.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class Stat extends BaseStat
2222
*/
2323
protected function _getOrderedTimerIds()
2424
{
25+
// phpcs:disable Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed
2526
$timerIds = array_keys($this->_timers);
2627
if (count($timerIds) <= 2) {
2728
/* No sorting needed */

0 commit comments

Comments
 (0)