Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 1 |
ReportingFlypostAIRequestDTO | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
__construct | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 |
1 | <?php |
2 | |
3 | namespace App\DTO; |
4 | |
5 | class ReportingFlypostAIRequestDTO |
6 | { |
7 | public function __construct( |
8 | public readonly ?string $fromDate, |
9 | public readonly ?string $toDate |
10 | ) {} |
11 | } |