Passed
Pull Request — master (#6)
by
unknown
63:55 queued 28:52
created
src/PhpcsDiff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
     protected function getArgument($index, $default = null)
72 72
     {
73
-        $arguments = array_filter($this->argv, function ($val) {
73
+        $arguments = array_filter($this->argv, function($val) {
74 74
             return strpos($val, '-') === false;
75 75
         });
76 76
 
Please login to merge, or discard this patch.