GildedRose-Refactoring-Kata/php/phpstan.neon
2022-10-07 10:06:58 +02:00

16 lines
305 B
Plaintext

includes:
- vendor/symplify/phpstan-extensions/config/config.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
parameters:
paths:
- src
- tests
- fixtures
level: max
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false