Total Complexity | 5 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | final class Kernel extends BaseKernel |
||
23 | { |
||
24 | use MicroKernelTrait; |
||
|
|||
25 | |||
26 | public function registerBundles() |
||
32 | ]; |
||
33 | } |
||
34 | |||
35 | protected function configureContainer(ContainerConfigurator $container): void |
||
39 | } |
||
40 | } |
||
41 | |||
42 | protected function configureRoutes(RoutingConfigurator $routes): void |
||
49 |