Skip to content
On this page

LowerCaseKeyword

Checks that all PHP keywords are lowercase.

Scope

Generic.PHP.LowerCaseKeyword

Description

All PHP keywords should be lowercase.

Usage

xml
<rule ref="Generic.PHP.LowerCaseKeyword"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.