fail after all attempts to find order fail #16
Annotations
8 errors and 1 warning
Run PHPStan:
src/Jobs/Webhooks/WebhookHandler.php#L52
Variable $event might not be defined.
|
Run PHPStan:
src/Jobs/Webhooks/WebhookHandler.php#L60
Access to an undefined property Stripe\StripeObject::$object.
|
Run PHPStan:
src/Jobs/Webhooks/WebhookHandler.php#L104
Method Dystcz\LunarApiStripeAdapter\Jobs\Webhooks\WebhookHandler::findOrder() should return Lunar\Models\Order but return statement is missing.
|
Run PHPStan:
src/StripePaymentAdapter.php#L70
Variable $paymentIntent in PHPDoc tag @var does not match assigned variable $stripePaymentIntent.
|
Run PHPStan:
src/StripePaymentAdapter.php#L87
Method Dystcz\LunarApiStripeAdapter\StripePaymentAdapter::handleWebhook() should return Illuminate\Http\JsonResponse but returns Symfony\Component\HttpFoundation\Response.
|
Run PHPStan:
src/StripePaymentAdapter.php#L101
Property 'meta' does not exist in Lunar\Models\Cart model.
|
Run PHPStan:
src/StripePaymentAdapter.php#L102
Access to an undefined property Dystcz\LunarApiStripeAdapter\StripePaymentAdapter::$cart.
|
Run PHPStan
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading