Completed
Push — master ( 900abb...45c601 )
by Michael
01:26
created
src/TextUI/Argv.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.
src/TextUI/Command.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.