2024-02-07 01:51:37 +01:00
|
|
|
includes:
|
|
|
|
- ./vendor/larastan/larastan/extension.neon
|
|
|
|
- ./vendor/spaze/phpstan-stripe/extension.neon
|
|
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
|
|
level: 2
|
|
|
|
paths:
|
|
|
|
- app
|
|
|
|
excludePaths:
|
2024-06-14 09:07:52 +02:00
|
|
|
analyseAndScan:
|
|
|
|
- 'vendor'
|
|
|
|
- 'resources'
|
|
|
|
- 'app/Jobs/Ninja/*'
|
|
|
|
- 'app/Models/Presenters/*'
|
|
|
|
- 'app/Console/Commands/*'
|
|
|
|
- 'app/DataMapper/Analytics/*'
|
|
|
|
- 'app/PaymentDrivers/Authorize/*'
|
|
|
|
- 'app/PaymentDrivers/AuthorizePaymentDriver.php'
|
|
|
|
- 'app/Utils/Traits/*'
|
2024-02-07 01:51:37 +01:00
|
|
|
universalObjectCratesClasses:
|
|
|
|
- App\DataMapper\Tax\RuleInterface
|
|
|
|
- App\DataMapper\FeesAndLimits
|
|
|
|
- \Postmark\Models\DynamicResponseModel
|
|
|
|
- \Stripe\Collection
|
|
|
|
reportUnmatchedIgnoredErrors: false
|
|
|
|
ignoreErrors:
|
|
|
|
- '#Array has 2 duplicate keys with value#'
|
|
|
|
- '#Call to an undefined method#'
|
|
|
|
- '#makeHidden#'
|
|
|
|
- '#Socialite#'
|
|
|
|
- '#Access to protected property#'
|
2024-06-15 08:18:33 +02:00
|
|
|
- '#Call to undefined method .*#'
|