This commit is contained in:
Laurent Destailleur 2019-03-18 10:26:36 +01:00
parent f3cf3482fa
commit e3dd62ed72

View File

@ -139,12 +139,12 @@ class MyObject extends CommonObject
public $status; public $status;
/** /**
* @var string date_creation * @var integer|string date_creation
*/ */
public $date_creation; public $date_creation;
/** /**
* @var string tms * @var integer tms
*/ */
public $tms; public $tms;