Skip to content

Commit

Permalink
Fix newer sf compat
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmy committed Dec 28, 2023
1 parent bfc1d65 commit 169c9e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Configuration implements ConfigurationInterface
/**
* {@inheritdoc}
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
if (method_exists(TreeBuilder::class, 'getRootNode')) {
$tb = new TreeBuilder('enqueue_async_event_dispatcher');
Expand Down

0 comments on commit 169c9e3

Please sign in to comment.