groundctrl/concerto-bundle

View on GitHub
src/DependencyInjection/ConcertoExtension.php

Summary

Maintainability
A
1 hr
Test Coverage

Method load has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function load(array $configs, ContainerBuilder $container)
    {
        $configuration = new Configuration($this->getAlias());

        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
Severity: Minor
Found in src/DependencyInjection/ConcertoExtension.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status