src/DependencyInjection/Configuration.php
Method addDirectoriesSection
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function addDirectoriesSection(ArrayNodeDefinition $rootNode)
{
$rootNode
->children()
->arrayNode('root_paths')
Method buildFormsTree
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function buildFormsTree(ArrayNodeDefinition $rootNode)
{
$rootNode
->children()
->scalarNode('id')