From 46dab68dd0bf9d276defd33ecff5376b475625af Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 5 Sep 2022 13:56:41 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/modules/societe/mod_codeclient_elephant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/modules/societe/mod_codeclient_elephant.php b/htdocs/core/modules/societe/mod_codeclient_elephant.php index 4186905f9f6..e779504edd6 100644 --- a/htdocs/core/modules/societe/mod_codeclient_elephant.php +++ b/htdocs/core/modules/societe/mod_codeclient_elephant.php @@ -170,7 +170,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode "ErrorCantUseRazInStartedYearIfNoYearMonthInMask", "ErrorCounterMustHaveMoreThan3Digits", "ErrorBadMaskBadRazMonth", - "ErrorCantUseRazWithYearOnOneDigit", + "ErrorCantUseRazWithYearOnOneDigit", ); if ($type != 1) { $examplecust = $this->getNextValue($objsoc, 0); @@ -204,7 +204,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode } else { if ($error == 1) { return $examplecust.' '.$examplesup; - }else{ + } else { return $examplecust.'
'.$examplesup; } }