Skip to content

Commit

Permalink
Evarisk#3188 [Accident] add: doc on date_end variable
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Aug 17, 2023
1 parent e62fcaf commit c6d4420
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions class/accident_investigation.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit c6d4420

Please sign in to comment.