Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | class CoreDependencyProvider implements DependencyProviderInterface |
||
11 | { |
||
12 | /** |
||
13 | * @param \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface $container |
||
14 | * |
||
15 | * @return \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface |
||
16 | */ |
||
17 | 3 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
|
24 |