mirror of
https://github.com/doctrine/DoctrineCacheBundle.git
synced 2026-03-24 00:42:13 +01:00
12 lines
347 B
XML
12 lines
347 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ruleset name="Instaclick">
|
|
<description>Instaclick Coding Standard</description>
|
|
|
|
<exclude-pattern>*/Resources/*</exclude-pattern>
|
|
|
|
<rule ref="./vendor/instaclick/coding-standard/Instaclick/ruleset.xml">
|
|
<exclude name="Instaclick.Namespaces.NamespaceStructure"/>
|
|
</rule>
|
|
|
|
</ruleset>
|