Update PHPStan configuration.

Update paths - add paths to ignore.
This commit is contained in:
Pol Dellaiera 2021-11-09 15:16:06 +01:00
parent 9fc397f048
commit 48ea67968e
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -4,11 +4,13 @@ parameters:
- src/
excludePaths:
- src/Bundle/*/Tests/*
- src/Bundle/*/Test/*
- src/Bundle/*/config/*
- src/Bundle/*/migrations/*
- src/Bundle/*/translations/*
- src/Bundle/*/Resources/*
- src/Bundle/*/src/Tests/*
- src/Bundle/*/src/Test/*
- src/Bundle/*/src/config/*
- src/Bundle/*/src/migrations/*
- src/Bundle/*/src/translations/*