Merge pull request #17 from dystcz/fix/fix-finding-order #17
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
|