diff options
Diffstat (limited to 'src/Lexer.php')
-rw-r--r-- | src/Lexer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Lexer.php b/src/Lexer.php index b91db8b..0d0862d 100644 --- a/src/Lexer.php +++ b/src/Lexer.php @@ -168,7 +168,6 @@ class Lexer $lastToken = null; for ($this->last = 0, $lastIdx = 0; $this->last < $this->len; $lastIdx = ++$this->last) { - /** * The new token. * @var Token |