Skip to content

Commit

Permalink
Added missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jun 10, 2024
1 parent 4c95e58 commit 30806b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 30806b0

Please sign in to comment.