From e3dd62ed72d0977400d49828f9b73400da8d1c30 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Mar 2019 10:26:36 +0100 Subject: [PATCH] Fix type --- htdocs/modulebuilder/template/class/myobject.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;