| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class ActionCaller implements MiddlewareInterface |
||
| 18 | { |
||
| 19 | private $class; |
||
| 20 | private $method; |
||
| 21 | private $container; |
||
| 22 | |||
| 23 | 1 | public function __construct(string $class, string $method, ContainerInterface $container) |
|
| 28 | } |
||
| 29 | |||
| 30 | 1 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
| 36 |