Skip to content

Merge pull request #17 from dystcz/fix/fix-finding-order #17

Merge pull request #17 from dystcz/fix/fix-finding-order

Merge pull request #17 from dystcz/fix/fix-finding-order #17

Triggered via push December 10, 2024 12:47
Status Failure
Total duration 45s
Artifacts

phpstan.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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