chore: Update PHPStan configuration - add deprecations baseline.

This commit is contained in:
Pol Dellaiera
2021-11-23 15:18:25 +01:00
parent ffbd572513
commit d586f848f5
3 changed files with 1651 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ parameters:
paths:
- src/
excludePaths:
- docs/
- src/Bundle/*/Tests/*
- src/Bundle/*/tests/*
- src/Bundle/*/Test/*
@@ -18,7 +19,8 @@ parameters:
- src/Bundle/*/src/Resources/*
includes:
- phpstan-types.neon
- phpstan-critical.neon
- phpstan-baseline.neon
- phpstan-critical.neon
- phpstan-deprecations.neon
- phpstan-types.neon