| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 87.5% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class CloseDbConnectionMiddleware implements MiddlewareInterface |
||
| 14 | { |
||
| 15 | private ReopeningEntityManagerInterface $em; |
||
| 16 | |||
| 17 | 2 | public function __construct(ReopeningEntityManagerInterface $em) |
|
| 20 | } |
||
| 21 | |||
| 22 | 2 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
| 34 |