exozet/ExozetGruntBundle

View on GitHub

Showing 2 of 4 total issues

Method getConfigTreeBuilder has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getConfigTreeBuilder()
    {
        $treeBuilder = new TreeBuilder();
        $rootNode = $treeBuilder->root('exozet_grunt');

Severity: Minor
Found in DependencyInjection/Configuration.php - About 1 hr to fix

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

        public function load(array $configs, ContainerBuilder $container)
        {
            $configuration = new Configuration();
            $config = $this->processConfiguration($configuration, $configs);
    
    
    Severity: Minor
    Found in DependencyInjection/ExozetGruntExtension.php - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language