We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c817433 commit 309be53Copy full SHA for 309be53
1 file changed
src/Tokenizers/PHP.php
@@ -2195,6 +2195,7 @@ protected function tokenize($string)
2195
if ($tokenType === T_FUNCTION
2196
|| $tokenType === T_FN
2197
|| isset(Tokens::$methodPrefixes[$tokenType]) === true
2198
+ || isset(Tokens::$scopeModifiers[$tokenType]) === true
2199
|| $tokenType === T_VAR
2200
|| $tokenType === T_READONLY
2201
) {
0 commit comments