Skip to content

Commit

Permalink
Merge pull request #83 from PHPCSStandards/feature/psr2-controlstruct…
Browse files Browse the repository at this point in the history
…urespacing-remove-t_else

PSR2/PSR12/ControlStructureSpacing: don't listen for `T_ELSE`
  • Loading branch information
jrfnl authored Dec 4, 2023
2 parents 931f475 + f4ac654 commit 54fef11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function register()
T_FOREACH,
T_FOR,
T_SWITCH,
T_ELSE,
T_ELSEIF,
T_CATCH,
T_MATCH,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public function register()
T_FOREACH,
T_FOR,
T_SWITCH,
T_ELSE,
T_ELSEIF,
T_CATCH,
T_MATCH,
Expand Down

0 comments on commit 54fef11

Please sign in to comment.