Total Complexity | 1 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
22 | class SentryLoggerFactory implements FactoryInterface |
||
23 | { |
||
24 | /** |
||
25 | * Invoke the factory. |
||
26 | * |
||
27 | * |
||
28 | * @param ContainerInterface $container The DI container. |
||
29 | * @param string $requestedName The requested class name. |
||
30 | * @param null|array $options Optional options. |
||
31 | * |
||
32 | * @return SentryLoggerInterface |
||
33 | * @throws ContainerExceptionInterface |
||
34 | * @throws NotFoundExceptionInterface |
||
35 | */ |
||
36 | public function __invoke( |
||
50 |