Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 9, 2023
1 parent fa200a0 commit d9eb3c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/Application.php
Expand Up @@ -10,6 +10,7 @@
namespace SebastianBergmann\PHPCOV;

use const PHP_EOL;
use function dirname;
use function printf;
use SebastianBergmann\Version;

Expand Down
2 changes: 2 additions & 0 deletions src/cli/ExecuteCommand.php
Expand Up @@ -10,6 +10,8 @@
namespace SebastianBergmann\PHPCOV;

use const PHP_EOL;
use function is_dir;
use function is_file;
use function printf;
use SebastianBergmann\CodeCoverage\CodeCoverage;
use SebastianBergmann\CodeCoverage\Driver\Selector as DriverSelector;
Expand Down
1 change: 1 addition & 0 deletions src/cli/PatchCoverageCommand.php
Expand Up @@ -12,6 +12,7 @@
use const PHP_EOL;
use function is_file;
use function printf;
use function sprintf;

final class PatchCoverageCommand extends Command
{
Expand Down

0 comments on commit d9eb3c9

Please sign in to comment.