Skip to content

Commit 024008b

Browse files
committed
Remove custom token for & as PHP 8.1+ has tokens for it already
1 parent d1dd771 commit 024008b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tokenizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class Tokenizer {
3232
':' => 'T_COLON',
3333
'"' => 'T_DOUBLE_QUOTES',
3434
'@' => 'T_AT',
35-
'&' => 'T_AMPERSAND',
3635
'%' => 'T_PERCENT',
3736
'|' => 'T_PIPE',
3837
'$' => 'T_DOLLAR',

0 commit comments

Comments
 (0)