From 15f3e474a08ec734e97bd529b43ab5a119ecc343 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 24 Jul 2024 11:32:08 +0200 Subject: [PATCH] Remove trailing end() in MainBundle configuration --- src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php index bf62e0322..16130f193 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php @@ -107,7 +107,6 @@ class Configuration implements ConfigurationInterface ->end() ->end() ->end() - ->end() ->end() // end of workflow signature document types ->arrayNode('phone_helper') ->canBeUnset()