1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/phpstan.neon

14 lines
392 B
Plaintext
Raw Normal View History

2023-04-26 03:03:44 +02:00
includes:
- ./vendor/nunomaduro/larastan/extension.neon
2023-02-16 03:18:12 +01:00
parameters:
2023-04-26 03:03:44 +02:00
ignoreErrors:
- '#Call to an undefined method .*badMethod\(\)#'
2023-04-27 08:56:19 +02:00
- '#Call to an undefined method Illuminate\Database\Eloquent\Builder::exclude#'
level: 4
2023-02-16 03:18:12 +01:00
paths:
2023-04-28 06:52:54 +02:00
- 'app/'
2023-04-28 06:45:35 +02:00
excludePaths:
2023-04-28 06:52:54 +02:00
- 'vendor/'
2023-03-24 08:58:59 +01:00
universalObjectCratesClasses:
- App\DataMapper\Tax\RuleInterface