We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5302fe + 466ceac commit dfa3f98Copy full SHA for dfa3f98
Standards/Pimcore5/ruleset.xml
@@ -3,11 +3,16 @@
3
* PIMCORE 5 PHPCS ruleset
4
* @date 22/05/2017 16:35
5
* @author Maciej Koprek <mkoprek@divante.pl>
6
+* @author Mariusz Gomse <mgomse@divante.pl>
7
-->
8
<ruleset name="Pimcore_PhpCs">
- <description>Pimcore5 PHP CS Standards.</description>
9
-
10
- <!-- We need to start from something -->
+ <description>Pimcore5 PHP CS Standards from Divante.</description>
+
11
<rule ref="PSR2" />
12
13
+ <rule ref="Squiz.Strings.ConcatenationSpacing">
14
+ <properties>
15
+ <property name="spacing" value="1" />
16
+ </properties>
17
+ </rule>
18
</ruleset>
0 commit comments