Skip to content

Commit

Permalink
Merge branch 'feature/tokenizer-php-bug-fix' of https://github.com/jr…
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed May 27, 2021
2 parents a71aad2 + 39c4410 commit e7d680a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tokenizers/PHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,8 @@ function return types. We want to keep the parenthesis map clean,
T_NULLSAFE_OBJECT_OPERATOR => true,
T_FUNCTION => true,
T_CLASS => true,
T_INTERFACE => true,
T_TRAIT => true,
T_EXTENDS => true,
T_IMPLEMENTS => true,
T_ATTRIBUTE => true,
Expand Down

0 comments on commit e7d680a

Please sign in to comment.