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