Skip to content

Commit bcce06a

Browse files
author
Mariusz Gomse
authored
Merge pull request #6 from DivanteLtd/feature/ignore-new-lines-concatenation-spacing
Add ignore new lines on concatenation spacing
2 parents dfa3f98 + a6f6dd5 commit bcce06a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Standards/Pimcore5/ruleset.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
-->
88
<ruleset name="Pimcore_PhpCs">
99
<description>Pimcore5 PHP CS Standards from Divante.</description>
10-
10+
1111
<rule ref="PSR2" />
1212

1313
<rule ref="Squiz.Strings.ConcatenationSpacing">
14-
<properties>
15-
<property name="spacing" value="1" />
16-
</properties>
14+
<properties>
15+
<property name="spacing" value="1" />
16+
<property name="ignoreNewlines" value="true" />
17+
</properties>
1718
</rule>
1819
</ruleset>
20+

0 commit comments

Comments
 (0)