CPS-IT/handlebars

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

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    There are no issues that match your filters.

    Category
    Status