1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/phpstan.neon
2023-07-05 08:06:52 +10:00

17 lines
464 B
Plaintext

includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
parallel:
processTimeout: 300.0
treatPhpDocTypesAsCertain: false
ignoreErrors:
- '#Call to an undefined method .*badMethod\(\)#'
- '#Call to an undefined method Illuminate\Database\Eloquent\Builder::exclude#'
level: 4
paths:
- 'app/'
excludePaths:
- 'vendor/'
universalObjectCratesClasses:
- App\DataMapper\Tax\RuleInterface