chore: integrate with PHPStan

This commit is contained in:
Björn Fromme
2026-04-03 13:45:23 +02:00
parent fbfffbb31a
commit a264526127
6 changed files with 249 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
includes:
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
parameters:
level: 6
paths:
- src
tmpDir: var/phpstan
symfony:
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
doctrine:
objectManagerLoader: tests/doctrine-object-manager.php