Skip to content
On this page

ControlSignature

Verifies that control statements conform to their coding standards.

Scope

Squiz.ControlStructures.ControlSignature

Properties

Property NameTypeDefaultAvailable Since
requiredSpacesBeforeColonint13.2.0

Usage

xml
<rule ref="Squiz.ControlStructures.ControlSignature">
    <properties>
        <property name="requiredSpacesBeforeColon" value="0" />
    </properties>
</rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.