Next try...

This commit is contained in:
Nikita Popov 2016-09-30 21:05:44 +02:00
parent 648a246be0
commit b2fe43cf7a

View File

@ -177,6 +177,7 @@ class Lexer
// Invalid characters at the end of the input // Invalid characters at the end of the input
$this->handleInvalidCharacterRange($filePos, \strlen($this->code), $line); $this->handleInvalidCharacterRange($filePos, \strlen($this->code), $line);
} }
return;
} }
// Check for unterminated comment // Check for unterminated comment