| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Coverage | 83.33% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class CustomCommandDependencyProvider extends AbstractDependencyProvider |
||
| 12 | { |
||
| 13 | public const SHELL_FACADE = 'shell.facade'; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface $container |
||
| 17 | * |
||
| 18 | * @return \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface |
||
| 19 | */ |
||
| 20 | 1 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
|
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface $container |
||
| 29 | * |
||
| 30 | * @return \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface |
||
| 31 | */ |
||
| 32 | 1 | protected function addShellFacade(DependencyContainerInterface $container): DependencyContainerInterface |
|
| 39 | } |
||
| 40 | } |