Formatting

This commit is contained in:
Brabli
2022-08-14 16:02:24 +01:00
parent 8149b9494d
commit 6ef7d16c07

View File

@@ -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()
;