Problem/Motivation
We can replace our CaseSemicolonSniff with upstream SwitchDeclarationSniff
Proposed resolution
https://github.com/pfrenssen/coder/pull/283
API changes
* Drupal.ControlStructures.CaseSemicolon replaced with PSR2.ControlStructures.SwitchDeclaration (but PSR2.ControlStructures.SwitchDeclaration.BodyOnNextLineCASE and PSR2.ControlStructures.SwitchDeclaration.BreakIndent disabled)
Comments
Comment #2
klausiMerged.