CPS-IT/handlebars

View on GitHub
Classes/DependencyInjection/Extension/Configuration.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Showing 1 of 1 total issue

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

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