@@ -29,7 +29,7 @@ |
||
29 | 29 | foreach ($listeners ?? [] as $listenerId) { |
30 | 30 | $listenerProvider->addListener( |
31 | 31 | $eventClass, |
32 | - static function () use ($container, $listenerId): callable { |
|
32 | + static function() use ($container, $listenerId): callable { |
|
33 | 33 | /** @var callable $listener */ |
34 | 34 | $listener = $container->get($listenerId); |
35 | 35 |