Commit 1e26c73
committed
PSR2/ControlStructureSpacing: don't listen for
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).T_ELSE
1 parent a813c38 commit 1e26c73
File tree
1 file changed
+0
-1
lines changed- src/Standards/PSR2/Sniffs/ControlStructures
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments