@@ -89,7 +89,7 @@ |
||
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; |