Skip to content

Commit f6f0f89

Browse files
laravel-debugbaractions-user
authored andcommitted
composer fix-style
1 parent 9776709 commit f6f0f89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DataCollector/QueryCollector.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,10 @@ public function collect()
498498
$start_percent = 0;
499499

500500
foreach ($statements as $i => $statement) {
501-
502501
if (! isset($statement['duration'])) {
503502
continue;
504503
}
505-
504+
506505
$width_percent = $statement['duration'] / $totalTime * 100;
507506

508507
$statements[$i] = array_merge($statement, [

0 commit comments

Comments
 (0)