Skip to content

Commit

Permalink
Merge branch 'feature/update-php-tokenizer-scope-closers' of https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Sep 21, 2020
2 parents c873d38 + 50ddc56 commit 3ad377e
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 @@ -283,8 +283,10 @@ class PHP extends Tokenizer
T_ENDFOREACH => T_ENDFOREACH,
T_ENDWHILE => T_ENDWHILE,
T_ENDSWITCH => T_ENDSWITCH,
T_ENDDECLARE => T_ENDDECLARE,
T_BREAK => T_BREAK,
T_END_HEREDOC => T_END_HEREDOC,
T_END_NOWDOC => T_END_NOWDOC,
];

/**
Expand Down

0 comments on commit 3ad377e

Please sign in to comment.