Add PHPStan config

This commit is contained in:
2024-05-27 08:03:08 +02:00
parent d4cc71946d
commit 999dbee2c6
6 changed files with 262 additions and 1 deletions

10
phpstan.dist.neon Normal file
View File

@@ -0,0 +1,10 @@
includes:
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-symfony/rules.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
parameters:
level: 8
paths:
- src
- tests