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