Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
38 | public function __construct(DateTimeInterface $start, DateTimeInterface $end, string $tenantCode, string $fileName, string $userEmail) |
||
39 | { |
||
40 | $this->start = $start; |
||
41 | $this->end = $end; |
||
42 | $this->tenantCode = $tenantCode; |
||
43 | $this->fileName = $fileName; |
||
44 | $this->userEmail = $userEmail; |
||
45 | } |
||
46 | |||
72 |