From 74ae90f9daa1f387574faf7d62c4bd0caffd88c4 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 1 Nov 2019 11:18:12 +0100 Subject: [PATCH] Update commonobject.class.php --- htdocs/core/class/commonobject.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index cd1fae53e34..473f50b16d7 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -422,8 +422,8 @@ abstract class CommonObject // Dates /** - * @var int Date of creation - */ + * @var integer|string date_creation + */ public $date_creation;