We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80813a commit cf9c017Copy full SHA for cf9c017
Logger/DiagnosticsLogger.php
@@ -102,7 +102,7 @@ public function stopProfiling(string $timerName): void
102
{
103
if (!$this->isProfilerEnabled) return;
104
105
- $lastTimerName = array_pop($this->timerStack); //$this->timerStack[count($this->timerStack) - 1];
+ $lastTimerName = array_pop($this->timerStack);
106
$timerName = $this->simplifyMethodName($timerName);
107
108
if ($lastTimerName !== $timerName) {
0 commit comments