Skip to content
On this page

ConcatenationSpacing

Makes sure there are no spaces around the concatenation operator.

Scope

Squiz.Strings.ConcatenationSpacing

Properties

Property NameTypeDefaultAvailable Since
ignoreNewlinesboolfalse2.3.1
spacingint02.0.0

Usage

xml
<rule ref="Squiz.Strings.ConcatenationSpacing">
    <properties>
        <property name="ignoreNewlines" value="true" />
    </properties>
</rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.