DeltaCMS/phpcs.xml
Florian Bouillon e945325c63 4-move-modules-folder-up (#4)
Files were moved to /modules/ and tests config were changed too.
2019-04-29 11:46:33 +00:00

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>