| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 3 | ||
| Bugs | 1 | Features | 2 |
| 1 | <?php |
||
| 33 | * @throws ServiceNotFoundException if unable to resolve the service. |
||
| 34 | * @throws ServiceNotCreatedException if an exception is raised when |
||
| 35 | * creating a service. |
||
| 36 | * @throws ContainerException if any other error occurs |
||
| 37 | */ |
||
| 38 | 1 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
|
| 39 | { |
||
| 45 |