Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
18 | public function __construct( |
||
19 | protected string $group = 'default', |
||
20 | protected string|null $strategy = null, |
||
21 | protected string|null $description = null, |
||
22 | protected string|null $type = null, |
||
23 | private array $excludeCriteria = [], |
||
24 | private array $includeCriteria = [], |
||
25 | ) { |
||
26 | } |
||
48 |