Skip to content

Commit 211b249

Browse files
committed
fix issue with closing bracket following a null token in Tokenizer
1 parent fa75073 commit 211b249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser/Tokenizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Tokenizer
7878

7979
// --------------------------------------------
8080
// Null
81-
['/^(null)(?![_A-Za-z:\)])/', "NULL"],
81+
['/^(null)(?![_A-Za-z:])/', "NULL"],
8282

8383
// --------------------------------------------
8484
// Names

0 commit comments

Comments
 (0)