Fixing style errors.

This commit is contained in:
stickler-ci 2019-11-10 11:06:12 +00:00
parent e22ca90a3f
commit d4b7950d87
2 changed files with 6 additions and 6 deletions

View File

@ -62,23 +62,23 @@ class Livraison extends CommonObject
public $brouillon; public $brouillon;
public $socid; public $socid;
public $ref_customer; public $ref_customer;
/** /**
* @var integer|string Date really received * @var integer|string Date really received
*/ */
public $date_delivery; public $date_delivery;
/** /**
* @var integer|string date_creation * @var integer|string date_creation
*/ */
public $date_creation; public $date_creation;
/** /**
* @var integer|string date_valid * @var integer|string date_valid
*/ */
public $date_valid; public $date_valid;
public $model_pdf; public $model_pdf;

View File

@ -76,7 +76,7 @@ class Loan extends CommonObject
* @var integer|string date_modification * @var integer|string date_modification
*/ */
public $date_modification; public $date_modification;
/** /**
* @var integer|string date_validation * @var integer|string date_validation
*/ */