LowercaseDeclaration
Ensures all control structure keywords are lowercase.
Scope
Squiz.ControlStructures.LowercaseDeclaration
Description
The php keywords if, else, elseif, foreach, for, do, switch, while, try, and catch should be lowercase.
Usage
xml
<rule ref="Squiz.ControlStructures.LowercaseDeclaration"></rule>
Examples
No Examples Available
Please edit this page through Github to add examples.