Skip to content

Commit

Permalink
add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
trsteel88 committed Jun 23, 2022
1 parent 8c18d6f commit 3c843da
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('trsteel_html_form_validation');
$rootNode = method_exists(TreeBuilder::class, 'getRootNode')
Expand Down

0 comments on commit 3c843da

Please sign in to comment.