| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 32 | public function __construct( |
||
| 33 | public readonly array $allowed, |
||
| 34 | Resolver ...$resolvers |
||
| 35 | ) { |
||
| 36 | $this->resolvers = $resolvers; |
||
|
1 ignored issue
–
show
|
|||
| 37 | } |
||
| 60 |