1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
invoiceninja/phpstan.neon
2023-06-23 20:05:36 +10:00

18 lines
481 B
Plaintext

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