1 | <?php |
||
12 | class HtmlCompressMiddlewareFactory |
||
13 | { |
||
14 | /** |
||
15 | * @param ContainerInterface $container |
||
16 | * @return HtmlCompressMiddleware |
||
17 | * @throws \Psr\Container\ContainerExceptionInterface |
||
18 | * @throws \Psr\Container\NotFoundExceptionInterface |
||
19 | */ |
||
20 | 3 | public function __invoke(ContainerInterface $container): HtmlCompressMiddleware |
|
27 | } |
||
28 |