Skip to content

Commit 400325b

Browse files
One less variable
1 parent 80a998f commit 400325b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Subscriber/Application/ApplicationFinishedSubscriber.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ public function notify(Finished $event): void
7878
metricTotal: $metricTotal,
7979
);
8080

81-
$duration = $timer->stop();
82-
$this->consoleOutput->print($results, $duration);
81+
$this->consoleOutput->print($results, $timer->stop());
8382

8483
$needsExit = !empty(array_filter(
8584
$results,

0 commit comments

Comments
 (0)