mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 10:52:11 +00:00
9 lines
297 B
XML
9 lines
297 B
XML
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PSR12" xsi:noNamespaceSchemaLocation="../../../phpcs.xsd">
|
|
<description>The PSR-12 coding standard.</description>
|
|
<rule ref="PSR12"/>
|
|
<file>src</file>
|
|
<file>public</file>
|
|
<file>modules</file>
|
|
<file>tests</file>
|
|
</ruleset>
|