Passed
Push — master ( 4bc1c4...2778f9 )
by William
03:23 queued 11s
created
src/Components/FunctionCall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
                 if ($token->type === Token::TYPE_OPERATOR && $token->value === '(') {
90 90
                     --$list->idx; // ArrayObj needs to start with `(`
91 91
                     $state = 1;
92
-                    continue;// do not add this token to the name
92
+                    continue; // do not add this token to the name
93 93
                 }
94 94
 
95 95
                 $ret->name .= $token->value;
Please login to merge, or discard this patch.