Fix spaces around concatenation operator

This commit is contained in:
Dan Hensby 2020-04-02 12:09:22 +01:00
parent bb03d314ff
commit 9e0ed0a50a
No known key found for this signature in database
GPG Key ID: F76D6B5FE0626A99
3 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
<exclude name="Generic.Files.LineLength.TooLong" />
<exclude name="PEAR.Functions.ValidDefaultValue.NotAtEnd" />
</rule>
<rule phpcbf-only="true" ref="Squiz.Strings.ConcatenationSpacing">
<rule ref="Squiz.Strings.ConcatenationSpacing">
<properties>
<property name="spacing" value="1" />
<property name="ignoreNewlines" value="true"/>