From 4fe0300701d926bc4c136c9eeda2f2ec3d63573c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 24 Sep 2020 22:17:09 +0200 Subject: [PATCH] phpcs --- htdocs/stripe/charge.php | 2 +- htdocs/stripe/payout.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/stripe/charge.php b/htdocs/stripe/charge.php index 128a2539b75..8544417b2e4 100644 --- a/htdocs/stripe/charge.php +++ b/htdocs/stripe/charge.php @@ -278,7 +278,7 @@ if (!$rowid) print ''; print ''; print ''; - } catch(Exception $e) { + } catch (Exception $e) { print $e->getMessage(); } } diff --git a/htdocs/stripe/payout.php b/htdocs/stripe/payout.php index 07b6b696f2b..6cc093417ad 100644 --- a/htdocs/stripe/payout.php +++ b/htdocs/stripe/payout.php @@ -216,7 +216,7 @@ if (!$rowid) { print ''; print "\n"; } - } catch(Exception $e) { + } catch (Exception $e) { print ''.$e->getMessage().''; } print "";