Skip to content

Commit

Permalink
Add return type to getConfigTreeBuilder method (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscosantamaria authored Feb 12, 2024
1 parent 686cbe7 commit 5febbf0
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 @@ -12,7 +12,7 @@ class Configuration implements ConfigurationInterface
*
* @return TreeBuilder The tree builder
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('minishlink_web_push');

Expand Down

0 comments on commit 5febbf0

Please sign in to comment.