Skip to content

Commit

Permalink
Add TreeBuilder return type
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver authored Oct 31, 2023
1 parent 81298be commit 80c5983
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('kickin_exception_handler');

Expand Down

0 comments on commit 80c5983

Please sign in to comment.