chrBrd/QuickForms

View on GitHub
src/DependencyInjection/Configuration.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method addDirectoriesSection has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function addDirectoriesSection(ArrayNodeDefinition $rootNode)
    {
        $rootNode
            ->children()
                ->arrayNode('root_paths')
Severity: Minor
Found in src/DependencyInjection/Configuration.php - About 1 hr to fix

    Method buildFormsTree has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function buildFormsTree(ArrayNodeDefinition $rootNode)
        {
            $rootNode
                ->children()
                    ->scalarNode('id')
    Severity: Minor
    Found in src/DependencyInjection/Configuration.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status