Skip to content

Commit

Permalink
Add return type to function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
cpkdevries committed Jan 30, 2023
1 parent 431bbf7 commit da39ad9
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 @@ -7,7 +7,7 @@

class Configuration implements ConfigurationInterface
{
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('northern_maintenance_mode');

Expand Down

0 comments on commit da39ad9

Please sign in to comment.