mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-13 15:13:26 +01:00
27 lines
394 B
Plaintext
27 lines
394 B
Plaintext
includes:
|
|
- vendor/symplify/phpstan-extensions/config/config.neon
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
|
|
parameters:
|
|
paths:
|
|
- src
|
|
- tests
|
|
|
|
# The level 8 is the highest level
|
|
level: 8
|
|
|
|
# Larstan recommendation:
|
|
checkMissingIterableValueType: false
|
|
|
|
ignoreErrors:
|
|
|
|
# buggy
|
|
|
|
# mixed
|
|
|
|
# cache buggy
|
|
|
|
# tests
|
|
|
|
# iterable
|