From bb352a50041021d5bf2a42faf606fa47dce05c3e Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 10 Nov 2019 10:55:37 +0100 Subject: [PATCH] add some comment --- htdocs/blockedlog/class/blockedlog.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/blockedlog/class/blockedlog.class.php b/htdocs/blockedlog/class/blockedlog.class.php index 4981c05afd7..14dbd9941b7 100644 --- a/htdocs/blockedlog/class/blockedlog.class.php +++ b/htdocs/blockedlog/class/blockedlog.class.php @@ -105,7 +105,9 @@ class BlockedLog */ public $date_creation; - + /** + * @var integer|string $date_modification; + */ public $date_modification; public $date_object = 0;