From 2a952a53074b9239c126068b55e183cda0dc0149 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Sep 2020 02:35:04 +0200 Subject: [PATCH] Fix phpcs --- htdocs/stripe/class/stripe.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php index 322a9fa6814..539a39b4140 100644 --- a/htdocs/stripe/class/stripe.class.php +++ b/htdocs/stripe/class/stripe.class.php @@ -382,7 +382,7 @@ class Stripe extends CommonObject $paymentintent = \Stripe\PaymentIntent::retrieve($intent, array("stripe_account" => $key)); } } - catch(Exception $e) { + catch (Exception $e) { $error++; $this->error = $e->getMessage(); }