FunctionDeclaration
Checks the function declaration is correct.
Scope
Squiz.Functions.FunctionDeclaration
Properties
Property Name | Type | Default | Available Since |
---|---|---|---|
ignoreComments | bool | false | 1.4.0 |
Usage
xml
<rule ref="Squiz.Functions.FunctionDeclaration">
<properties>
<property name="ignoreComments" value="false" />
</properties>
</rule>
Examples
No Examples Available
Please edit this page through Github to add examples.