ChromatixAU / phpcs-config-chromatix

Chromatix custom config for phpcs. Based heavily on the WordPress Coding Standards but with some of our own too.
https://www.chromatix.com.au
MIT License
1 stars 0 forks source link

Swap around the ELSEIF/ELSE IF rule #3

Closed tdmalone closed 6 years ago

tdmalone commented 6 years ago
Usage of ELSE IF is discouraged; use ELSEIF instead
(PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)

We actually want to swap this around, to keep parity with JS.