Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function __construct( |
||
23 | private readonly string $group = 'default', |
||
24 | private readonly bool $byValue = true, |
||
25 | private readonly int $limit = 0, |
||
26 | private readonly string|null $description = null, |
||
27 | private readonly string|null $typeName = null, |
||
28 | private readonly array $excludeFilters = [], |
||
29 | private readonly array $includeFilters = [], |
||
30 | ) { |
||
31 | } |
||
58 |