Skip to content

Commit

Permalink
refactor: review configuration return type-hint (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif authored Dec 14, 2023
1 parent 4fff6a9 commit 9c873c7
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 @@ -15,7 +15,7 @@ class Configuration implements ConfigurationInterface
/**
* {@inheritdoc}
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('apy_data_grid');
$rootNode = $treeBuilder->getRootNode();
Expand Down

0 comments on commit 9c873c7

Please sign in to comment.