Skip to content

Commit

Permalink
chore: style
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 1, 2024
1 parent c2cabae commit 145294a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Plugins/Coverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Symfony\Component\Console\Output\NullOutput;

test('compute comparable coverage', function (float $givenValue, float $expectedValue) {
$output = new NullOutput();
$output = new NullOutput;

$plugin = new Coverage($output);

Expand Down

0 comments on commit 145294a

Please sign in to comment.