DesignPatternsPHP/phpcs.xml.dist

9 lines
211 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<ruleset name="Project Rules">
<directory>**/*.php</directory>
<exclude-pattern>vendor</exclude-pattern>
<arg value="sp"/>
<rule ref="PSR12"/>
</ruleset>