From 99cf8f07e9451562dd0cb457e60e3370c8cd61a5 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 1 Nov 2019 11:25:29 +0100 Subject: [PATCH] Update expedition.class.php --- htdocs/expedition/class/expedition.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 1fc7d1e4889..a096e3ea734 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -144,8 +144,8 @@ class Expedition extends CommonObject public $date_shipping; /** - * @var int Date of creation - */ + * @var integer|string date_creation + */ public $date_creation;