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