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

9 lines
168 B
Plaintext
Raw Normal View History

2023-02-16 03:18:12 +01:00
parameters:
2023-04-27 08:56:19 +02:00
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:
2023-06-23 12:05:36 +02:00
- App\DataMapper\Tax\RuleInterface