Skip to content

Commit

Permalink
Merge pull request #69 from PHPCSStandards/feature/tokens-collections…
Browse files Browse the repository at this point in the history
…-alt-controlstructure-tokens

Tokens\Collections::$alternativeControlStructureSyntaxCloserTokens: add missing T_ENDDECLARE
  • Loading branch information
jrfnl committed Jan 30, 2020
2 parents f337ce9 + 4961a93 commit fa99869
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 fa99869

Please sign in to comment.