diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index eb652d5..5a39840 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -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 @@ -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 @@ -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 @@ -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 @@ -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