@@ -367,7 +367,8 @@ |
||
| 367 | 367 | { |
| 368 | 368 | $tokenName = $tokens->current()->getValue(1); |
| 369 | 369 | |
| 370 | - if (false) { // TODO |
|
| 370 | + if (false) { |
|
| 371 | +// TODO |
|
| 371 | 372 | $error = \sprintf('Token %s does not exist in rule %s.', $tokenName, $this->ruleName); |
| 372 | 373 | throw new GrammarException($error, 4); |
| 373 | 374 | } |