1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00
invoiceninja/phpstan.neon
2023-04-27 08:18:39 +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: 2
paths:
- app
universalObjectCratesClasses:
- App\DataMapper\Tax\RuleInterface