2023-07-24 13:39:30 +02:00
|
|
|
includes:
|
|
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
2023-08-11 06:18:58 +02:00
|
|
|
- ./vendor/spaze/phpstan-stripe/extension.neon
|
2023-08-18 13:36:50 +02:00
|
|
|
- phpstan-baseline.neon
|
2023-02-16 03:18:12 +01:00
|
|
|
parameters:
|
2023-08-01 15:28:30 +02:00
|
|
|
level: 2
|
2023-02-16 03:18:12 +01:00
|
|
|
paths:
|
2023-08-18 13:36:50 +02:00
|
|
|
- app
|
2023-04-28 06:45:35 +02:00
|
|
|
excludePaths:
|
2023-08-18 13:36:50 +02:00
|
|
|
- 'vendor/*'
|
|
|
|
- '../resources/*'
|
|
|
|
- resources/
|
|
|
|
- resources/*
|
2023-07-24 13:39:30 +02:00
|
|
|
- 'app/Jobs/Ninja/*'
|
2023-08-14 12:01:28 +02:00
|
|
|
- 'app/Models/Presenters/*'
|
2023-07-25 05:30:05 +02:00
|
|
|
- 'app/Console/Commands/*'
|
2023-07-25 12:04:04 +02:00
|
|
|
- 'app/DataMapper/Analytics/*'
|
2023-08-03 06:30:14 +02:00
|
|
|
- 'app/PaymentDrivers/Authorize/*'
|
2023-08-18 13:36:50 +02:00
|
|
|
- 'app/PaymentDrivers/AuthorizePaymentDriver.php'
|
2023-08-07 06:33:47 +02:00
|
|
|
- 'app/Utils/Traits/*'
|
2023-03-24 08:58:59 +01:00
|
|
|
universalObjectCratesClasses:
|
2023-08-01 14:36:04 +02:00
|
|
|
- App\DataMapper\Tax\RuleInterface
|
2023-08-02 11:47:26 +02:00
|
|
|
- App\DataMapper\FeesAndLimits
|
2023-09-24 05:07:32 +02:00
|
|
|
- \Postmark\Models\DynamicResponseModel
|
2023-08-02 12:10:42 +02:00
|
|
|
reportUnmatchedIgnoredErrors: false
|
2023-08-02 11:47:26 +02:00
|
|
|
ignoreErrors:
|
2023-08-07 06:33:47 +02:00
|
|
|
- '#Array has 2 duplicate keys with value#'
|
2023-08-14 12:01:28 +02:00
|
|
|
- '#Call to an undefined method#'
|
2023-08-07 10:36:04 +02:00
|
|
|
- '#makeHidden#'
|
|
|
|
- '#Socialite#'
|