Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
20 | 1 | public function getDependencies(): array |
|
21 | { |
||
22 | return [ |
||
23 | 1 | 'factories' => [ |
|
24 | ErrorHandlerLogger::class => LoggerServiceFactory::class |
||
25 | ], |
||
26 | 'delegators' => [ |
||
27 | \Zend\Stratigility\Middleware\ErrorHandler::class => [ |
||
28 | LoggingErrorListenerDelegatorFactory::class |
||
29 | ] |
||
30 | ] |
||
31 | ]; |
||
32 | } |
||
33 | } |
||
34 |