diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php index 57c5b923bae..3371beb97f8 100644 --- a/htdocs/modulebuilder/template/class/myobject.class.php +++ b/htdocs/modulebuilder/template/class/myobject.class.php @@ -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;