| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class HtmlFormatterFactory extends AbstractNormalizerFormatterFactory |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @throws ServiceNotCreatedException |
||
| 16 | * @throws ContainerExceptionInterface |
||
| 17 | */ |
||
| 18 | public function __invoke(ContainerInterface $container, string $requestedName, array $options = null): HtmlFormatter |
||
| 30 |