Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions Standards/Pimcore5/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
* PIMCORE 5 PHPCS ruleset
* @date 22/05/2017 16:35
* @author Maciej Koprek <mkoprek@divante.pl>
* @author Mariusz Gomse <mgomse@divante.pl>
-->
<ruleset name="Pimcore_PhpCs">
<description>Pimcore5 PHP CS Standards.</description>

<!-- We need to start from something -->
<description>Pimcore5 PHP CS Standards from Divante.</description>

<rule ref="PSR2" />

<rule ref="Squiz.Strings.ConcatenationSpacing">
<properties>
<property name="spacing" value="1" />
</properties>
</rule>
</ruleset>