Fixing style errors.

This commit is contained in:
stickler-ci 2019-11-10 11:12:42 +00:00
parent 098ffd4827
commit 3df87a419c

View File

@ -130,18 +130,18 @@ class Inventory extends CommonObject
* @var int Status * @var int Status
*/ */
public $status; public $status;
/** /**
* @var integer|string date_creation * @var integer|string date_creation
*/ */
public $date_creation; public $date_creation;
/** /**
* @var integer|string date_validation * @var integer|string date_validation
*/ */
public $date_validation; public $date_validation;
public $tms; public $tms;
/** /**