From c55de7cc2f23ce007aecba05805b9584670f5631 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 13 Apr 2017 12:23:45 +0200 Subject: [PATCH] Coding Style --- library/WsScore/Clients/Rrg/v0.1/Service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/WsScore/Clients/Rrg/v0.1/Service.php b/library/WsScore/Clients/Rrg/v0.1/Service.php index 400216d9..a19637d0 100644 --- a/library/WsScore/Clients/Rrg/v0.1/Service.php +++ b/library/WsScore/Clients/Rrg/v0.1/Service.php @@ -64,7 +64,7 @@ class Entreprise extends Scores_Ws_Server // --- Correction pour l'envoi des dates if ( !empty($DateCreaEn) ) { $Infos->DateCreaEn = $DateCreaEn; - if (strlen($DateCreaEn)<8) { + if (strlen($DateCreaEn) < 8) { $Infos->DateCreaEn = str_pad($DateCreaEn, 8, '0', STR_PAD_RIGHT); } if (substr($DateCreaEn, -2) * 1 == 0) {