Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | public function __construct( |
||
20 | protected readonly DoctrineCriteria $criteria, |
||
21 | protected readonly string $eventName, |
||
22 | protected readonly mixed $objectValue, |
||
23 | protected readonly array $args, |
||
24 | protected readonly mixed $context, |
||
25 | protected readonly ResolveInfo $info, |
||
26 | ) { |
||
27 | } |
||
60 |