Skip to content

Commit eb6d684

Browse files
authored
Merge pull request #1 from Endouble/allow_concat_multiline
Allow concat on multiline
2 parents abfe7cf + 141c4f9 commit eb6d684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Symfony3Custom/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
<rule ref="Squiz.Strings.ConcatenationSpacing">
9797
<properties>
9898
<property name="spacing" value="1"/>
99+
<property name="ignoreNewlines" value="true" />
99100
</properties>
100101
</rule>
101102

0 commit comments

Comments
 (0)