Skip to content

Commit b12c595

Browse files
authored
Merge pull request #40 from nicoosh/patch-1
Update getConfigTreeBuilder for Symfony 7 compatibility.
2 parents b55e909 + 30852a2 commit b12c595

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)