Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | final class ImageResizerFactory implements FactoryInterface |
||
12 | { |
||
13 | /** |
||
14 | * Return the image service to be used to resize images. |
||
15 | * |
||
16 | * @param string $requestedName |
||
17 | */ |
||
18 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null): ImageResizer |
||
26 |