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