Skip to content

Commit d364824

Browse files
committed
Fixed CS
1 parent 338bdb6 commit d364824

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
@@ -128,7 +128,7 @@ public function process(ContainerBuilder $container)
128128
$dispatcherDefinitions[] = $container->getDefinition($attributes['dispatcher']);
129129
}
130130

131-
if ([] === $dispatcherDefinitions) {
131+
if (!$dispatcherDefinitions) {
132132
$dispatcherDefinitions = [$globalDispatcherDefinition];
133133
}
134134

0 commit comments

Comments
 (0)