From a48f263af2e705686f09c3ee5da2c1ce650b270f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Jun 2020 13:58:12 +0200 Subject: [PATCH] Fix phpcs --- htdocs/compta/prelevement/card.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/compta/prelevement/card.php b/htdocs/compta/prelevement/card.php index 64175792dc4..d1a932a7685 100644 --- a/htdocs/compta/prelevement/card.php +++ b/htdocs/compta/prelevement/card.php @@ -422,9 +422,7 @@ if ($id > 0 || $ref) //print ''.$langs->trans("StandingOrderReject").''; } } - } - else - { + } else { //print ''.$langs->trans("StandingOrderReject").''; } }