mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[PHPStan] Upgrade to level 6 (#14019)
This commit is contained in:
parent
554a61bc2d
commit
bd109242e0
2 changed files with 6448 additions and 1 deletions
6446
phpstan-baseline.neon
Normal file
6446
phpstan-baseline.neon
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue