Remove routes from inspection

This commit is contained in:
Dennis Eichhorn 2018-02-03 11:54:26 +01:00
parent cf1502115a
commit f69770effe

View File

@ -4,6 +4,7 @@
<exclude-pattern>*.tpl.php</exclude-pattern>
<exclude-pattern>*Routes.php</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/Routes/*</exclude-pattern>
<arg value="q"/>
<rule ref="Generic.Classes.DuplicateClassName"/>
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>