Add PHPStan configuration.

This commit is contained in:
Pol Dellaiera 2021-06-08 13:58:40 +02:00
parent 07c34d0860
commit 7169b4bfbb
2 changed files with 23996 additions and 0 deletions

23979
phpstan-baseline.neon Normal file

File diff suppressed because it is too large Load Diff

17
phpstan.neon Normal file
View File

@ -0,0 +1,17 @@
includes:
- phpstan-baseline.neon
parameters:
level: 7
paths:
- src
excludePaths:
- src/Bundle/*/config/*
- src/Bundle/*/Test/*
- src/Bundle/*/Tests/*
- src/Bundle/*/migrations/*
- src/Bundle/*/translations/*
- src/Bundle/*/Resources/*
- docs/
- tests/