Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Aug 11, 2021
1 parent 2912df6 commit b523e11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Command/ConfigureCommand.php
Expand Up @@ -37,7 +37,6 @@

use function count;
use function file_exists;
use function strpos;
use const GLOB_ONLYDIR;
use function implode;
use Infection\Config\ConsoleHelper;
Expand Down Expand Up @@ -65,7 +64,7 @@
use function Safe\json_encode;
use function Safe\sprintf;
use stdClass;
use function str_starts_with;
use function strpos;
use function strstr;
use Symfony\Component\Console\Input\InputOption;

Expand Down

0 comments on commit b523e11

Please sign in to comment.