biurad/flange

View on GitHub
src/Extensions/Config/RouteSection.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method getConfigNode has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function getConfigNode(string $name, bool $asGroup = false): ArrayNodeDefinition
    {
        $rootNode = new ArrayNodeDefinition($name);

        if ($asGroup) {
Severity: Major
Found in src/Extensions/Config/RouteSection.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status