From ba1bcfa811fe8eab5a2c71ef4a360e8b846ae32b Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 2 Jan 2025 19:27:26 +0100 Subject: intermediate parser commit 2 --- src/Lexer/Lexer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Lexer') diff --git a/src/Lexer/Lexer.php b/src/Lexer/Lexer.php index fba9623..bb2a809 100644 --- a/src/Lexer/Lexer.php +++ b/src/Lexer/Lexer.php @@ -475,8 +475,8 @@ class Token { public TokenType $type, public string $literal, public string $value, - public string $line, - public string $column, + public int $line, + public int $column, ) {} } -- cgit v1.2.3