From c6d4420cda2f7c08a2b32300c3224f76b35f31cd Mon Sep 17 00:00:00 2001 From: evarisk-micka Date: Wed, 16 Aug 2023 17:48:12 +0200 Subject: [PATCH] #3188 [Accident] add: doc on date_end variable --- class/accident_investigation.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/class/accident_investigation.class.php b/class/accident_investigation.class.php index e4e8214b2..be69d653e 100644 --- a/class/accident_investigation.class.php +++ b/class/accident_investigation.class.php @@ -190,6 +190,11 @@ class AccidentInvestigation extends SaturneObject */ public $date_start; + /** + * @var int|string Date investigation end. + */ + public $date_end; + /** * @var string|null Victim skills. */