Skip to content
On this page

ClassDeclaration

Checks the declaration of the class is correct.

Scope

PEAR.Classes.ClassDeclaration

Description

The opening brace of a class must be on the line after the definition by itself.

Usage

xml
<rule ref="PEAR.Classes.ClassDeclaration"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.