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