Skip to content

Commit 0458799

Browse files
author
Thomas Hills
committed
- Added missing return type to have getConfigTreeBuilder be compatible with ConfigurationInterface
1 parent 0864c20 commit 0458799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Configuration implements ConfigurationInterface
2424
/**
2525
* {@inheritdoc}
2626
*/
27-
public function getConfigTreeBuilder()
27+
public function getConfigTreeBuilder(): TreeBuilder
2828
{
2929
if (method_exists(TreeBuilder::class, 'getRootNode')) {
3030
$treeBuilder = new TreeBuilder('florianv_swap');

0 commit comments

Comments
 (0)