mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 15:01:28 +00:00
19 lines
378 B
Plaintext
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
|