Skip to content

Commit 53aa409

Browse files
committed
Tokenizer/PHP: add new token to the $knownLengths property
1 parent 9a502fd commit 53aa409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tokenizers/PHP.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ class PHP extends Tokenizer
439439
T_BACKTICK => 1,
440440
T_OPEN_SHORT_ARRAY => 1,
441441
T_CLOSE_SHORT_ARRAY => 1,
442+
T_TYPE_UNION => 1,
442443
];
443444

444445
/**

0 commit comments

Comments
 (0)