Skip to content

Commit

Permalink
Merge pull request #570 from TomasLudvik/patch-1
Browse files Browse the repository at this point in the history
resolved deprecation notice with Symfony 5.4
  • Loading branch information
goetas committed Dec 14, 2022
2 parents eaa5ee8 + 7f28acd commit 153f4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -33,7 +33,7 @@ public function __construct(ContainerBuilder $container)
$this->container = $container;
}

public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$c = $this->container;

Expand Down

0 comments on commit 153f4c9

Please sign in to comment.