Skip to content

Commit

Permalink
Tokens\Collections::$alternativeControlStructureSyntaxCloserTokens: a…
Browse files Browse the repository at this point in the history
…dd missing T_ENDDECLARE
  • Loading branch information
jrfnl committed Jan 29, 2020
1 parent f337ce9 commit 4961a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PHPCSUtils/Tokens/Collections.php
Expand Up @@ -35,6 +35,7 @@ class Collections
\T_ENDFOREACH => \T_ENDFOREACH,
\T_ENDWHILE => \T_ENDWHILE,
\T_ENDSWITCH => \T_ENDSWITCH,
\T_ENDDECLARE => \T_ENDDECLARE,
];

/**
Expand Down

0 comments on commit 4961a93

Please sign in to comment.