Skip to content

Commit

Permalink
fix: update PHPStan baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Nov 29, 2024
1 parent d909cee commit 9371af5
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,6 @@ parameters:
count: 1
path: src/Payments/Mollie.php

-
message: "#^Method Igniter\\\\PayRegister\\\\Payments\\\\Mollie\\:\\:processPaymentForm\\(\\) should return bool\\|Illuminate\\\\Http\\\\RedirectResponse but return statement is missing\\.$#"
count: 1
path: src/Payments/Mollie.php

-
message: "#^Access to an undefined property Igniter\\\\Flame\\\\Database\\\\Model\\:\\:\\$api_action\\.$#"
count: 1
Expand Down Expand Up @@ -500,16 +495,6 @@ parameters:
count: 2
path: src/Payments/Square.php

-
message: "#^Call to an undefined method Igniter\\\\Flame\\\\Database\\\\Model\\:\\:findPaymentProfile\\(\\)\\.$#"
count: 1
path: src/Payments/Square.php

-
message: "#^Call to an undefined method Igniter\\\\Flame\\\\Database\\\\Model\\:\\:initPaymentProfile\\(\\)\\.$#"
count: 1
path: src/Payments/Square.php

-
message: "#^Cannot call method getCardBrand\\(\\) on array\\.$#"
count: 1
Expand Down Expand Up @@ -545,11 +530,6 @@ parameters:
count: 1
path: src/Payments/Stripe.php

-
message: "#^Access to an undefined property Igniter\\\\Flame\\\\Database\\\\Model\\:\\:\\$code\\.$#"
count: 2
path: src/Payments/Stripe.php

-
message: "#^Access to an undefined property Igniter\\\\Flame\\\\Database\\\\Model\\:\\:\\$live_publishable_key\\.$#"
count: 1
Expand Down Expand Up @@ -595,6 +575,11 @@ parameters:
count: 1
path: src/Payments/Stripe.php

-
message: "#^Access to an undefined property Igniter\\\\PayRegister\\\\Models\\\\Payment\\:\\:\\$code\\.$#"
count: 2
path: src/Payments/Stripe.php

-
message: "#^Access to an undefined property Igniter\\\\PayRegister\\\\Models\\\\Payment\\:\\:\\$order_status\\.$#"
count: 2
Expand Down Expand Up @@ -634,3 +619,8 @@ parameters:
message: "#^Method Igniter\\\\PayRegister\\\\Payments\\\\Stripe\\:\\:processPaymentForm\\(\\) should return bool\\|Illuminate\\\\Http\\\\RedirectResponse but return statement is missing\\.$#"
count: 1
path: src/Payments/Stripe.php

-
message: "#^Variable \\$paymentIntent on left side of \\?\\? is never defined\\.$#"
count: 1
path: src/Payments/Stripe.php

0 comments on commit 9371af5

Please sign in to comment.