From ce7375cd01cb405988a77f81411b24800b4b6f6b Mon Sep 17 00:00:00 2001 From: Knallcharge Date: Tue, 4 Jan 2022 08:51:38 +0100 Subject: [PATCH 1/3] Update Configuration.php --- DependencyInjection/Configuration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index f803293..4980123 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -12,6 +12,7 @@ class Configuration implements ConfigurationInterface { /** * {@inheritdoc} + * @return TreeBuilder */ public function getConfigTreeBuilder() { From f58fa265e890fc10116e7003f9431177dfde8bf7 Mon Sep 17 00:00:00 2001 From: Knallcharge Date: Tue, 4 Jan 2022 08:52:20 +0100 Subject: [PATCH 2/3] Update SettingsType.php --- Form/Type/SettingsType.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Form/Type/SettingsType.php b/Form/Type/SettingsType.php index 49046bc..6909a3c 100644 --- a/Form/Type/SettingsType.php +++ b/Form/Type/SettingsType.php @@ -77,6 +77,9 @@ public function configureOptions(OptionsResolver $resolver) ); } + /** + * @return string + */ public function getBlockPrefix() { return 'settings_management'; From 8848c69dadb262089947b6368aadb96796a411e5 Mon Sep 17 00:00:00 2001 From: Knallcharge Date: Tue, 4 Jan 2022 08:52:43 +0100 Subject: [PATCH 3/3] Update SettingsType.php --- Form/Type/SettingsType.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Form/Type/SettingsType.php b/Form/Type/SettingsType.php index 6909a3c..d31615e 100644 --- a/Form/Type/SettingsType.php +++ b/Form/Type/SettingsType.php @@ -78,8 +78,8 @@ public function configureOptions(OptionsResolver $resolver) } /** - * @return string - */ + * @return string + */ public function getBlockPrefix() { return 'settings_management';