1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
invoiceninja/phpstan.neon
2023-04-27 16:56:19 +10:00

12 lines
351 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
universalObjectCratesClasses:
- App\DataMapper\Tax\RuleInterface