mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 19:02:12 +00:00
7 lines
280 B
XML
7 lines
280 B
XML
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PSR2" xsi:noNamespaceSchemaLocation="../../../phpcs.xsd">
|
|
<description>The PSR-2 coding standard.</description>
|
|
<arg name="tab-width" value="4"/>
|
|
<rule ref="PSR1"/>
|
|
<rule ref="PSR2"/>
|
|
</ruleset>
|