From fae5d56d345022ab42f9f10468dfeb4947d543a6 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 10 Nov 2019 10:04:11 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/compta/sociales/class/chargesociales.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/sociales/class/chargesociales.class.php b/htdocs/compta/sociales/class/chargesociales.class.php index d007c7be573..2bc82fc8b78 100644 --- a/htdocs/compta/sociales/class/chargesociales.class.php +++ b/htdocs/compta/sociales/class/chargesociales.class.php @@ -53,13 +53,13 @@ class ChargeSociales extends CommonObject * {@inheritdoc} */ protected $table_ref_field = 'ref'; - + /** * @var integer|string $date_ech */ public $date_ech; - - + + public $label; public $type; public $type_label; @@ -76,7 +76,7 @@ class ChargeSociales extends CommonObject * @var integer|string $date_modification */ public $date_modification; - + /** * @var integer|string $date_validation */