[PHPStan] Upgrade to level 6 (#14019)

This commit is contained in:
Lorenzo Ruozzi 2023-06-05 10:03:53 +02:00 committed by Jakub Tobiasz
parent 554a61bc2d
commit bd109242e0
No known key found for this signature in database
GPG key ID: 6434250CB3525233
2 changed files with 6448 additions and 1 deletions

6446
phpstan-baseline.neon Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,5 @@
includes:
- phpstan-baseline.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
- vendor/jangregor/phpstan-prophecy/extension.neon
@ -6,7 +7,7 @@ includes:
- vendor/phpstan/phpstan-symfony/rules.neon
parameters:
level: 5
level: 6
reportUnmatchedIgnoredErrors: false