Skip to content
On this page

FunctionDeclaration

Checks the function declaration is correct.

Scope

Squiz.Functions.FunctionDeclaration

Properties

Property NameTypeDefaultAvailable Since
ignoreCommentsboolfalse1.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.

Released under the MIT License.