Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PSR2/ControlStructureSpacing: don't listen for
T_ELSE
No functional changes. This sniff only concerns itself with control structures which take parentheses, so listening for `T_ELSE` is unnecessary as the sniff will never do anything for that token (it bows out on no 'parenthesis_opener'/'parenthesis_closer' found).
- Loading branch information