Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Dec 6, 2021
1 parent 6919c72 commit 52f2f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/debug/debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ public function onBeforeRespond(): void
foreach (Profiler::getInstance('Application')->getMarks() as $index => $mark)
{
// Ignore the before mark as the after one contains the timing of the action
if(stripos($mark->label, 'before') !== false)
if (stripos($mark->label, 'before') !== false)
{
continue;
}
Expand Down

0 comments on commit 52f2f7c

Please sign in to comment.