Skip to content

Commit dfa3f98

Browse files
authored
Merge pull request #3 from mgomse/patch-1
Added string concatenation rule
2 parents e5302fe + 466ceac commit dfa3f98

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Standards/Pimcore5/ruleset.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
* PIMCORE 5 PHPCS ruleset
44
* @date 22/05/2017 16:35
55
* @author Maciej Koprek <mkoprek@divante.pl>
6+
* @author Mariusz Gomse <mgomse@divante.pl>
67
-->
78
<ruleset name="Pimcore_PhpCs">
8-
<description>Pimcore5 PHP CS Standards.</description>
9-
10-
<!-- We need to start from something -->
9+
<description>Pimcore5 PHP CS Standards from Divante.</description>
10+
1111
<rule ref="PSR2" />
1212

13+
<rule ref="Squiz.Strings.ConcatenationSpacing">
14+
<properties>
15+
<property name="spacing" value="1" />
16+
</properties>
17+
</rule>
1318
</ruleset>

0 commit comments

Comments
 (0)