src/Extensions/Config/RouteSection.php
Method getConfigNode
has 73 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function getConfigNode(string $name, bool $asGroup = false): ArrayNodeDefinition
{
$rootNode = new ArrayNodeDefinition($name);
if ($asGroup) {