Skip to content

Commit

Permalink
Update getConfigTreeBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCadien committed Jul 18, 2024
1 parent 22988d1 commit ffc4487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
class Configuration implements ConfigurationInterface
{
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('sulu_comment');
$rootNode = $treeBuilder->getRootNode();
Expand Down

0 comments on commit ffc4487

Please sign in to comment.