Renamed phpcs.xml

This commit is contained in:
2019-04-16 16:14:50 +02:00
parent b80210ed64
commit fb59a83f5d

6
phpcs.xml Normal file
View File

@ -0,0 +1,6 @@
<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>
<exclude-pattern>Modules</exclude-pattern>
</ruleset>