Completed
Push — master ( a6b9b6...0fe1d6 )
by Kirill
04:21
created
src/Grammar/Analyzer.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -367,7 +367,8 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.