| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | public function process(ContainerBuilder $container) |
||
| 14 | { |
||
| 15 | $taggedConsumers = $container->findTaggedServiceIds('old_sound_rabbit_mq.consumer'); |
||
| 16 | $consumerNames = array_map(fn ($tags) => $tags[0]['consumer'], $taggedConsumers); |
||
| 17 | $container->setParameter('old_sound_rabbit_mq.allowed_consumer_names', $consumerNames); |
||
| 18 | } |
||
| 19 | } |