chore: coding style changes

This commit is contained in:
Nuno Maduro
2023-02-03 12:55:01 +00:00
parent b8ac4968ee
commit d8666c8abf
13 changed files with 24 additions and 41 deletions

View File

@ -1,11 +1,10 @@
<?php
use Pest\Plugins\Version;
use Symfony\Component\Console\Output\BufferedOutput;
use function Pest\version;
use Symfony\Component\Console\Output\BufferedOutput;
it('outputs the version when --version is used', function () {
$output = new BufferedOutput();
$plugin = new Version($output);