From f13f148d7fe1fe786eac62bacd455326470ff44d Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 10 Nov 2019 12:14:39 +0100 Subject: [PATCH] add some comment --- htdocs/reception/class/reception.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/reception/class/reception.class.php b/htdocs/reception/class/reception.class.php index 7fab05f0e6b..c2eb7fde29e 100644 --- a/htdocs/reception/class/reception.class.php +++ b/htdocs/reception/class/reception.class.php @@ -80,8 +80,7 @@ class Reception extends CommonObject /** - * Effective delivery date - * @var int + * @var integer|string Effective delivery date */ public $date_reception; @@ -90,7 +89,9 @@ class Reception extends CommonObject */ public $date_creation; - + /** + * @var integer|string date_validation + */ public $date_valid; public $meths;