Formatting
This commit is contained in:
@@ -16,11 +16,10 @@ class Configuration implements ConfigurationInterface
|
||||
$treeBuilder->getRootNode()
|
||||
->children()
|
||||
->arrayNode('directories')
|
||||
->scalarPrototype()
|
||||
->scalarPrototype()->end()
|
||||
->end()
|
||||
->end()
|
||||
->arrayNode('palletes')->variablePrototype()->end()
|
||||
|
||||
->arrayNode('palletes')
|
||||
->variablePrototype()->end()
|
||||
->end()
|
||||
->end()
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user