Skip to content

Commit

Permalink
Fix: Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 23, 2025
1 parent 7a7f7ec commit 1235304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reporter/DefaultReporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private function header(SlowTestList $slowTestList): array
return [
\sprintf(
'Detected %d tests where the duration exceeded the maximum duration.',
$slowTestCount->toCount()->toInt(),
$slowTestCount->toCount()->toInt()
),
'',
];
Expand Down

0 comments on commit 1235304

Please sign in to comment.