Skip to content

Commit

Permalink
Merge pull request #136 from olegpro/symfony7-support-improve
Browse files Browse the repository at this point in the history
Improve support Symfony 7
  • Loading branch information
frankdejonge committed Jan 30, 2024
2 parents 00aea53 + 3337b36 commit 1d114dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ class Configuration implements ConfigurationInterface
{
/**
* Create a rootnode tree for configuration that can be injected into the DI container.
*
* @return TreeBuilder
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('tactician');

Expand Down

0 comments on commit 1d114dc

Please sign in to comment.