Skip to content

Commit 30852a2

Browse files
authored
Update getConfigTreeBuilder for Symfony 7 compatibility.
1 parent b55e909 commit 30852a2

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
@@ -10,7 +10,7 @@ class Configuration implements ConfigurationInterface
1010
/**
1111
* {@inheritdoc}
1212
*/
13-
public function getConfigTreeBuilder()
13+
public function getConfigTreeBuilder(): TreeBuilder
1414
{
1515

1616
$tb = new TreeBuilder('enqueue_elastica');

0 commit comments

Comments
 (0)