@@ -22,7 +22,7 @@ |
||
| 22 | 22 | foreach ($listeners ?? [] as $listenerId) { |
| 23 | 23 | $listenerProvider->addListener( |
| 24 | 24 | $eventClass, |
| 25 | - static function () use ($container, $listenerId): callable { |
|
| 25 | + static function() use ($container, $listenerId): callable { |
|
| 26 | 26 | return $container->get($listenerId); |
| 27 | 27 | } |
| 28 | 28 | ); |