mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-22 16:54:13 +01:00
9 lines
211 B
XML
9 lines
211 B
XML
<?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>
|