Total Complexity | 4 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | final class Kernel extends BaseKernel |
||
21 | { |
||
22 | use MicroKernelTrait; |
||
|
|||
23 | |||
24 | public function registerBundles() |
||
25 | { |
||
26 | return [ |
||
27 | new FriendsOfBehatSymfonyExtensionBundle(), |
||
28 | new GoUnflocYourselfBundle(), |
||
29 | new FrameworkBundle(), |
||
30 | ]; |
||
31 | } |
||
32 | |||
33 | protected function configureContainer(ContainerConfigurator $container): void |
||
42 | ] |
||
43 | ); |
||
44 | } |
||
45 | |||
46 | protected function configureRoutes(RoutingConfigurator $routes): void |
||
50 | } |
||
51 | } |
||
53 |