| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class ApiDependencyProvider extends AbstractDependencyProvider |
||
| 11 | { |
||
| 12 | public const SECURITY_FACADE = 'security.facade'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface $container |
||
| 16 | * |
||
| 17 | * @return \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface |
||
| 18 | */ |
||
| 19 | 1 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
|
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface $container |
||
| 28 | * |
||
| 29 | * @return \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface |
||
| 30 | */ |
||
| 31 | 1 | protected function addSecurityFacade(DependencyContainerInterface $container |
|
| 37 | } |
||
| 38 | } |