CPS-IT/handlebars

View on GitHub
Classes/DependencyInjection/DataProcessorPass.php

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

Showing 1 of 1 total issue

Function process has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

public function process(ContainerBuilder $container): void
{
$container->registerForAutoconfiguration(DataProcessorInterface::class)->addTag($this->processorTagName);
 
foreach ($container->findTaggedServiceIds($this->processorTagName) as $id => $tags) {
Severity: Minor
Found in Classes/DependencyInjection/DataProcessorPass.php - About 35 mins to fix

There are no issues that match your filters.

Category
Status