@@ -40,9 +40,9 @@ |
||
40 | 40 | public function parse(Node $node): void |
41 | 41 | { |
42 | 42 | $types = [ |
43 | - '-', '*', |
|
44 | - '^', '@', |
|
45 | - '%' |
|
43 | + '-', '*', |
|
44 | + '^', '@', |
|
45 | + '%' |
|
46 | 46 | ]; |
47 | 47 | |
48 | 48 | if (in_array($node->command(), $types) === true) { |