mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
7 lines
203 B
XML
7 lines
203 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PSR2+">
|
|
<description>Slightly enhanced version of the PSR2 standard</description>
|
|
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
|
|
<rule ref="PSR2"/>
|
|
</ruleset>
|