| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class SyslogHandlerFactory extends AbstractFactory |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param ContainerInterface $container |
||
| 21 | * @param string $requestedName |
||
| 22 | * @param array<mixed>|null $options |
||
| 23 | * |
||
| 24 | * @return SyslogHandler |
||
| 25 | * |
||
| 26 | * @throws ServiceNotCreatedException |
||
| 27 | */ |
||
| 28 | public function __invoke( |
||
| 51 |