2FAuth/phpstan.neon

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