stingus/StingusJiraBundle

View on GitHub
DependencyInjection/Configuration.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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

public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('stingus_jira');
 
 
Severity: Minor
Found in DependencyInjection/Configuration.php - About 1 hr to fix
    Category
    Status