Skip to content

Commit

Permalink
QA: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed May 24, 2024
1 parent 2da1708 commit c073806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tracy/QueryPanel/QueryPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function getTab(): string
$queries = $this->middleware->getLogger()->getQueries();
$totalTime = 0;
$count = count($queries);

foreach ($queries as $event) {
$totalTime += $event['duration'];
}
Expand Down

0 comments on commit c073806

Please sign in to comment.