phpstan and phpcs fixes

This commit is contained in:
Dennis Eichhorn 2022-03-29 16:41:16 +02:00
parent 5b07f728a7
commit f775ce0982
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
<exclude-pattern>*/Admin/Install/Application/*</exclude-pattern> <exclude-pattern>*/Admin/Install/Application/*</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern> <exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/Resources/*</exclude-pattern> <exclude-pattern>*/Resources/*</exclude-pattern>
<exclude-pattern>*/Libraries/*</exclude-pattern>
<exclude-pattern>*/Web/*</exclude-pattern> <exclude-pattern>*/Web/*</exclude-pattern>
<exclude-pattern>*/omsSetup/*</exclude-pattern> <exclude-pattern>*/omsSetup/*</exclude-pattern>
<exclude-pattern>*/demoSetup/*</exclude-pattern> <exclude-pattern>*/demoSetup/*</exclude-pattern>

View File

@ -28,7 +28,7 @@ parameters:
- */Docs/* - */Docs/*
- */Documentation/* - */Documentation/*
- */Resources/* - */Resources/*
- *Resources* - */Libraries/*
- */Routes/* - */Routes/*
- */Hooks/* - */Hooks/*
- */Message/Mail/* - */Message/Mail/*