gdbots/pbjx-bundle-php

View on GitHub
src/DependencyInjection/GdbotsPbjxExtension.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function load(array $configs, ContainerBuilder $container): void
    {
        $processor = new Processor();
        $configuration = new Configuration();
        $configs = $processor->processConfiguration($configuration, $configs);
Severity: Minor
Found in src/DependencyInjection/GdbotsPbjxExtension.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status