mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
16 lines
305 B
Plaintext
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
|