@@ -99,7 +99,7 @@ |
||
| 99 | 99 | |
| 100 | 100 | $positionalArgs = array_filter( |
| 101 | 101 | $argv, |
| 102 | - function ($arg) { |
|
| 102 | + function($arg) { |
|
| 103 | 103 | return substr($arg, 0, 1) !== '-'; |
| 104 | 104 | } |
| 105 | 105 | ); |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace SugaredRim\PHPUnit\TextUI; |
| 4 | 4 | |
| 5 | -use Psr\Log\LoggerInterface; |
|
| 6 | -use Schnittstabil\ComposerExtra\ComposerExtra; |
|
| 7 | 5 | use Schnittstabil\Get\Get; |
| 8 | 6 | use PHPUnit\Runner\Version; |
| 9 | 7 | |