Skip to content
On this page

CamelCapsMethodName

Ensures method names are defined using camel case.

Scope

PSR1.Methods.CamelCapsMethodName

Description

Method names MUST be declared in camelCase.

Usage

xml
<rule ref="PSR1.Methods.CamelCapsMethodName"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.