Skip to content

wip

wip #15

Triggered via push December 17, 2025 20:36
Status Success
Total duration 54s
Artifacts

back-end.yml

on: push
1️⃣ Syntax errors
14s
1️⃣ Syntax errors
3️⃣ Static Analysis
29s
3️⃣ Static Analysis
4️⃣ Coding Standards
21s
4️⃣ Coding Standards
Matrix: 2️⃣ Unit and functional tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors
3️⃣ Static Analysis: src/StripeDriver.php#L219
Access to an undefined property Illuminate\Database\Eloquent\Model::$key.
3️⃣ Static Analysis: src/StripeDriver.php#L218
Parameter #1 $params of method Stripe\Service\RefundService::create() expects array{amount?: int, charge?: string, currency?: string, customer?: string, expand?: array<string>, instructions_email?: string, metadata?: array<string, string>|null, origin?: string, ...}|null, array{payment_intent: mixed, amount: float, metadata: array{order: string}} given.
3️⃣ Static Analysis: src/StripeDriver.php#L214
Access to an undefined property Illuminate\Database\Eloquent\Model::$driver.
3️⃣ Static Analysis: src/StripeDriver.php#L210
Access to an undefined property Illuminate\Database\Eloquent\Model::$driver.
3️⃣ Static Analysis: src/StripeDriver.php#L74
Parameter #1 $callback of method Illuminate\Database\Eloquent\Collection<int,Illuminate\Database\Eloquent\Model>::map() expects callable(Illuminate\Database\Eloquent\Model, int): non-falsy-string, Closure(Cone\Bazar\Interfaces\LineItem): non-falsy-string given.
3️⃣ Static Analysis: src/StripeDriver.php#L67
Access to an undefined property Illuminate\Database\Eloquent\Model::$email.
3️⃣ Static Analysis: src/StripeDriver.php#L65
Parameter #1 $params of method Stripe\Service\Checkout\SessionService::create() expects array{adaptive_pricing?: array{enabled?: bool}, after_expiration?: array{recovery?: array{allow_promotion_codes?: bool, enabled: bool}}, allow_promotion_codes?: bool, automatic_tax?: array{enabled: bool, liability?: array{account?: string, type: string}}, billing_address_collection?: string, branding_settings?: array{background_color?: string|null, border_style?: string|null, button_color?: string|null, display_name?: string, font_family?: string|null, icon?: array{file?: string, type: string, url?: string}, logo?: array{file?: string, type: string, url?: string}}, cancel_url?: string, client_reference_id?: string, ...}|null, array{client_reference_id: string, customer_email: mixed, line_items: array{array{price_data: array{currency: string, product_data: array{name: string, description: string}, unit_amount: float}, quantity: 1}}, mode: 'payment', success_url: string, cancel_url: string, payment_intent_data: array{metadata: array{order: string}}} given.