LowercaseFunctionKeywords
Ensures all function keywords are lowercase.
Scope
Squiz.Functions.LowercaseFunctionKeywords
Description
The php keywords function, public, private, protected, and static should be lowercase.
Usage
xml
<rule ref="Squiz.Functions.LowercaseFunctionKeywords"></rule>
Examples
No Examples Available
Please edit this page through Github to add examples.