Total Complexity | 4 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
11 | final class WebonyxGraphQLTypeMiddleware implements MiddlewareInterface |
||
12 | { |
||
13 | public const PRIORITY = 3072; |
||
14 | |||
15 | 3 | public function __construct( |
|
16 | private readonly ContainerInterface $container, |
||
17 | ) { |
||
18 | 3 | } |
|
19 | |||
20 | 2 | public function process(mixed $type, TypeResolverInterface $typeResolver): Webonyx\Type |
|
25 | } |
||
26 | } |
||
27 |