ConcatenationSpacing
Makes sure there are no spaces around the concatenation operator.
Scope
Squiz.Strings.ConcatenationSpacing
Properties
Property Name | Type | Default | Available Since |
---|---|---|---|
ignoreNewlines | bool | false | 2.3.1 |
spacing | int | 0 | 2.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.