Skip to content

Commit

Permalink
Add Symfony 7.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBehrens authored Apr 7, 2024
1 parent 44ae175 commit b3def75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Configuration implements ConfigurationInterface
{
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('sourceability_instrumentation');
$rootNode = $treeBuilder->getRootNode();
Expand Down

0 comments on commit b3def75

Please sign in to comment.