Skip to content

Commit

Permalink
composer fix-style
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-debugbar authored and actions-user committed Jun 2, 2021
1 parent 9776709 commit f6f0f89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DataCollector/QueryCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,10 @@ public function collect()
$start_percent = 0;

foreach ($statements as $i => $statement) {

if (! isset($statement['duration'])) {
continue;
}

$width_percent = $statement['duration'] / $totalTime * 100;

$statements[$i] = array_merge($statement, [
Expand Down

0 comments on commit f6f0f89

Please sign in to comment.