mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-07 12:48:24 +00:00
- Upgraded multiple dependencies including `knplabs/knp-time-bundle`, `symfony/translation`, `symfony/twig-bundle`, and others to newer versions. - Added `symfony/containerXmlPath` configuration in `phpstan.dist.neon` to improve PHPStan analysis. - Introduced `phpstan/phpstan-symfony` to better handle Symfony-specific features.
31 lines
776 B
Plaintext
31 lines
776 B
Plaintext
parameters:
|
|
level: 5
|
|
paths:
|
|
- src/
|
|
- utils/
|
|
tmpDir: var/cache/phpstan
|
|
reportUnmatchedIgnoredErrors: false
|
|
excludePaths:
|
|
- .php_cs*
|
|
- docs/
|
|
- src/Bundle/*/Tests/*
|
|
- 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/*
|
|
- src/Bundle/*/src/Resources/*
|
|
|
|
symfony:
|
|
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
|
|
|
|
includes:
|
|
- phpstan-baseline.neon
|
|
|