Fix type
This commit is contained in:
parent
f3cf3482fa
commit
e3dd62ed72
@ -139,12 +139,12 @@ class MyObject extends CommonObject
|
||||
public $status;
|
||||
|
||||
/**
|
||||
* @var string date_creation
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
/**
|
||||
* @var string tms
|
||||
* @var integer tms
|
||||
*/
|
||||
public $tms;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user