Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 50% |
Changes | 0 |
1 | <?php |
||
14 | class ApplicationFactory extends AbstractFactory |
||
15 | { |
||
16 | /** |
||
17 | * @return \Xervice\Session\SessionClient |
||
18 | */ |
||
19 | 1 | public function getSessionClient(): SessionClient |
|
22 | } |
||
23 | |||
24 | /** |
||
25 | * @return \Xervice\Logger\LoggerFacade |
||
26 | */ |
||
27 | public function getLoggerFacade(): LoggerFacade |
||
30 | } |
||
31 | } |