From d4b7950d87d9ee3ff7901e38d8c3ecf32bc6f55a Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 10 Nov 2019 11:06:12 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/livraison/class/livraison.class.php | 10 +++++----- htdocs/loan/class/loan.class.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/livraison/class/livraison.class.php b/htdocs/livraison/class/livraison.class.php index ec556c82759..0011ea3b7a7 100644 --- a/htdocs/livraison/class/livraison.class.php +++ b/htdocs/livraison/class/livraison.class.php @@ -62,23 +62,23 @@ class Livraison extends CommonObject public $brouillon; public $socid; public $ref_customer; - + /** * @var integer|string Date really received */ - public $date_delivery; + public $date_delivery; /** * @var integer|string date_creation */ public $date_creation; - + /** * @var integer|string date_valid */ public $date_valid; - - + + public $model_pdf; diff --git a/htdocs/loan/class/loan.class.php b/htdocs/loan/class/loan.class.php index a453732a5d2..165756e621f 100644 --- a/htdocs/loan/class/loan.class.php +++ b/htdocs/loan/class/loan.class.php @@ -76,7 +76,7 @@ class Loan extends CommonObject * @var integer|string date_modification */ public $date_modification; - + /** * @var integer|string date_validation */