Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 75% |
Changes | 0 |
1 | <?php |
||
11 | class KernelFacade extends AbstractFacade |
||
12 | { |
||
13 | 1 | public function boot(): void |
|
16 | 1 | } |
|
17 | |||
18 | 1 | public function run(): void |
|
21 | 1 | } |
|
22 | |||
23 | /** |
||
24 | * @param string $serviceName |
||
25 | * |
||
26 | * @return null|\Xervice\Kernel\Business\Plugin\ClearServiceInterface |
||
27 | */ |
||
28 | public function getService(string $serviceName): ?ClearServiceInterface |
||
33 |