1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/phpstan.neon

19 lines
556 B
Plaintext
Raw Normal View History

2023-04-26 03:03:44 +02:00
includes:
- ./vendor/nunomaduro/larastan/extension.neon
2023-07-06 05:53:24 +02:00
- phpstan-baseline.neon
2023-02-16 03:18:12 +01:00
parameters:
2023-07-05 13:28:15 +02:00
treatPhpDocTypesAsCertain: false
2023-07-06 02:12:42 +02:00
parallel:
2023-07-06 05:11:35 +02:00
jobSize: 5
2023-07-06 05:53:24 +02:00
maximumNumberOfProcesses: 16
2023-07-06 05:11:35 +02:00
processTimeout: 600.0
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