crazyfactory/php-sniffs

Limit elseif declaration style in ruleset

Closed this issue · 2 comments

elseif instead of else if

https://github.com/crazyfactory/php-sniffs/blob/master/src/CrazyFactory/ruleset.xml#L8
This line exclude the whole rulesets of ControlStructures. It should only exclude the only the one that we customized, ControlSignature.

Fixed #11