Classes/DependencyInjection/DataProcessorPass.php
Showing 1 of 1 total issue
Function process
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
public function process(ContainerBuilder $container): void { $container->registerForAutoconfiguration(DataProcessorInterface::class)->addTag($this->processorTagName); foreach ($container->findTaggedServiceIds($this->processorTagName) as $id => $tags) {
- Read upRead up