Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | final class ActionWrapper implements MiddlewareInterface |
||
16 | { |
||
17 | public function __construct( |
||
23 | } |
||
24 | 4 | ||
25 | 4 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
33 | 2 | } |
|
34 | 2 | ||
35 | /** |
||
36 | * @throws \ReflectionException |
||
37 | 2 | * |
|
38 | * @return \ReflectionParameter[] |
||
39 | 2 | */ |
|
40 | 2 | private function getHandlerParameters(): array |
|
47 |