From db9c4904703c4ca4f4a8e94eaae65e80ceb74ee2 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 1 Nov 2019 11:18:54 +0100 Subject: [PATCH] Update emailsenderprofile.class.php --- htdocs/core/class/emailsenderprofile.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/emailsenderprofile.class.php b/htdocs/core/class/emailsenderprofile.class.php index 41b0acbfe7d..c4af5773885 100644 --- a/htdocs/core/class/emailsenderprofile.class.php +++ b/htdocs/core/class/emailsenderprofile.class.php @@ -107,8 +107,8 @@ class EmailSenderProfile extends CommonObject public $email; /** - * @var int Date of creation - */ + * @var integer|string date_creation + */ public $date_creation;