Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function __construct( |
||
23 | protected string $group = 'default', |
||
24 | protected string|null $hydratorStrategy = null, |
||
25 | protected string|null $description = null, |
||
26 | protected string|null $type = null, |
||
27 | private array $excludeFilters = [], |
||
28 | private array $includeFilters = [], |
||
29 | ) { |
||
30 | } |
||
52 |