From 9bf4347371ad4db8e7c89c6a5638ed18bd4077e1 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 10 Nov 2019 11:11:43 +0100 Subject: [PATCH] add some comment --- htdocs/core/class/commonobject.class.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index d1fe12f5fcc..d81dc97bba9 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -426,8 +426,14 @@ abstract class CommonObject */ public $date_creation; - + /** + * @var integer|string $date_validation; + */ public $date_validation; // Date validation + + /** + * @var integer|string $date_modification; + */ public $date_modification; // Date last change (tms field) public $next_prev_filter;