1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/phpstan.neon
2023-04-26 11:03:44 +10:00

11 lines
263 B
Plaintext

includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
ignoreErrors:
- '#Call to an undefined method .*badMethod\(\)#'
level: 2
paths:
- app
universalObjectCratesClasses:
- App\DataMapper\Tax\RuleInterface