From 145294a4a35a23b608b4a3db9fc03a2869d21c60 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 1 Dec 2024 23:55:15 +0000 Subject: [PATCH] chore: style --- tests/Plugins/Coverage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Plugins/Coverage.php b/tests/Plugins/Coverage.php index 4e2bfc4d..358a9d9d 100644 --- a/tests/Plugins/Coverage.php +++ b/tests/Plugins/Coverage.php @@ -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);