ignore phpcs cache for phpstan

This commit is contained in:
Julien Fastré 2022-04-27 14:31:59 +02:00
parent 48daed26f9
commit 916e3ab02d

View File

@ -3,6 +3,7 @@ parameters:
paths:
- src/
excludePaths:
- .php_cs*
- docs/
- src/Bundle/*/Tests/*
- src/Bundle/*/tests/*