From 8679d1e929d967380a53a4f888d69ed6e3b2a49f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Sep 2020 01:34:04 +0200 Subject: [PATCH] Fix phpcs --- htdocs/stripe/class/stripe.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php index 4113f49cd04..322a9fa6814 100644 --- a/htdocs/stripe/class/stripe.class.php +++ b/htdocs/stripe/class/stripe.class.php @@ -382,8 +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(); }