From 6ef7d16c078f3b1fc01c087d47820d1fd928f348 Mon Sep 17 00:00:00 2001 From: Brabli <67018167+Brabli@users.noreply.github.com> Date: Sun, 14 Aug 2022 16:02:24 +0100 Subject: [PATCH] Formatting --- src/DependencyInjection/Configuration.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index afd042b..cec3337 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -16,12 +16,11 @@ class Configuration implements ConfigurationInterface $treeBuilder->getRootNode() ->children() ->arrayNode('directories') - ->scalarPrototype() - ->end() - ->end() - ->arrayNode('palletes')->variablePrototype()->end() - - ->end() + ->scalarPrototype()->end() + ->end() + ->arrayNode('palletes') + ->variablePrototype()->end() + ->end() ->end() ;