| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class RegistrationOnlyServiceLocator implements ServiceLocatorInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Never attempt to locate a service. |
||
| 16 | * |
||
| 17 | * @param string $id |
||
| 18 | * @param ContainerInterface $container |
||
| 19 | * |
||
| 20 | * @throws NotFoundException |
||
| 21 | */ |
||
| 22 | 1 | public function locate($id, ContainerInterface $container) |
|
| 27 |