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