Skip to content
On this page

PSR1 Sniffs

ClassDeclaration

Checks the declaration of the class is correct.

SideEffects

Ensures a file declares new symbols and causes no other side effects, or executes logic with side effects, but not both.

CamelCapsMethodName

Ensures method names are defined using camel case.

Released under the MIT License.