2FAuth/phpstan.neon
2022-09-07 17:50:14 +02:00

14 lines
267 B
Plaintext

includes:
- vendor/nunomaduro/larastan/extension.neon
parameters:
level: 6
paths:
- app
- database
- routes
excludePaths:
analyse:
- app/Protobuf/*
ignoreErrors:
checkMissingIterableValueType: false