| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 60% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class KernelDependencyProvider extends AbstractDependencyProvider |
||
| 10 | { |
||
| 11 | public const SERVICES = 'services'; |
||
| 12 | |||
| 13 | 1 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
|
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Service classes with key as service name |
||
| 24 | * e.g. |
||
| 25 | * myService => myservice::class |
||
| 26 | * |
||
| 27 | * @return array |
||
| 28 | */ |
||
| 29 | protected function getServiceList(): array |
||
| 32 | } |
||
| 33 | } |