mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
12 lines
351 B
Plaintext
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 |