Skip to content

Commit

Permalink
Fix compatibility with Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Aug 15, 2024
1 parent e959eed commit 54c28a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Configuration implements ConfigurationInterface
/**
* {@inheritdoc}
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
if (method_exists(TreeBuilder::class, 'getRootNode')) {
$treeBuilder = new TreeBuilder('rocksolid_frontend_helper');
Expand Down

0 comments on commit 54c28a2

Please sign in to comment.