From 30806b0470065fed833c18bf0a41c4ed4c452aa2 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Mon, 10 Jun 2024 15:56:50 +0200 Subject: [PATCH] Added missing return type --- src/bundle/DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/DependencyInjection/Configuration.php b/src/bundle/DependencyInjection/Configuration.php index 71dbd91f..d24e7f83 100644 --- a/src/bundle/DependencyInjection/Configuration.php +++ b/src/bundle/DependencyInjection/Configuration.php @@ -46,7 +46,7 @@ public function getConfigTreeBuilder() return $treeBuilder; } - private function addEnabledAttributeTypesSection(NodeBuilder $richTextNode) + private function addEnabledAttributeTypesSection(NodeBuilder $richTextNode): NodeBuilder { return $richTextNode ->arrayNode('enabled_attribute_types')