Skip to content

Commit 59646f4

Browse files
cs fix
1 parent 8ef62e1 commit 59646f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/RegisterListenersPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function process(ContainerBuilder $container)
119119
if (!$r->hasMethod('__invoke')) {
120120
throw new InvalidArgumentException(sprintf('None of the "%s" or "__invoke" methods exist for the service "foo". Please define the "method" attribute on "kernel.event_listener" tags.', $event['method'], $id, $this->listenerTag));
121121
}
122-
122+
123123
$event['method'] = '__invoke';
124124
}
125125
}

0 commit comments

Comments
 (0)