Total Complexity | 5 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class OldSoundRabbitMqBundle extends Bundle |
||
11 | { |
||
12 | public function build(ContainerBuilder $container) |
||
13 | { |
||
14 | parent::build($container); |
||
15 | |||
16 | $container->addCompilerPass(new RegisterPartsPass()); |
||
17 | $container->addCompilerPass(new InjectEventDispatcherPass()); |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * {@inheritDoc} |
||
22 | */ |
||
23 | public function shutdown() |
||
33 | } |
||
34 | } |
||
37 |