phpcs+phpstan fixes

This commit is contained in:
Dennis Eichhorn 2019-02-07 00:04:38 +01:00
parent ba618272e6
commit 6ed75d85ad
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/Routes/*</exclude-pattern>
<exclude-pattern>*/Hooks/*</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<arg value="q"/>
<arg name="colors"/>
<rule ref="Generic.Classes.DuplicateClassName"/>

View File

@ -32,4 +32,5 @@ parameters:
- */Documentation/*
- */Resources/*
- */Routes/*
- */Hooks/*
- */Hooks/*
- */node_modules/*