Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
50 | 1 | public function createService(ServiceLocatorInterface $serviceLocator) |
|
51 | { |
||
52 | /* @var ControllerManager $controllerManager*/ |
||
53 | // $serviceManager = $controllerManager->getServiceLocator(); |
||
54 | |||
55 | // return $this->__invoke($serviceManager, null); |
||
56 | 1 | return $this->__invoke($serviceLocator, null); |
|
57 | } |
||
60 |