GildedRose-Refactoring-Kata/php/phpstan.neon
2023-03-01 18:50:56 +07:00

19 lines
378 B
Plaintext

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