Skip to content

Commit d197f20

Browse files
committed
Fix compat
1 parent fc11e63 commit d197f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/AsyncTransformersPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class AsyncTransformersPass implements CompilerPassInterface
99
{
10-
public function process(ContainerBuilder $container)
10+
public function process(ContainerBuilder $container): void
1111
{
1212
if (false == $container->hasDefinition('enqueue.events.registry')) {
1313
return;

0 commit comments

Comments
 (0)