| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | final class ErrorHandlerMiddlewareFactory implements FactoryInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param ContainerInterface $container |
||
| 18 | * @return ErrorHandlerMiddleware |
||
| 19 | * @psalm-suppress MixedArgument |
||
| 20 | * @psalm-suppress MixedArrayAccess |
||
| 21 | */ |
||
| 22 | 4 | public function create(ContainerInterface $container): ErrorHandlerMiddleware |
|
| 29 |