1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/phpstan.neon
2023-04-28 14:52:54 +10:00

14 lines
392 B
Plaintext

includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
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