mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
chore: style
This commit is contained in:
@ -4,7 +4,7 @@ use Pest\Plugins\Coverage;
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user