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