Passed
Branch issue/#1 (a83c94)
by Koldo
02:05
created
src/Container/EventDispatcherFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
             foreach ($listeners as $listenerId) {
22 22
                 $listenerProvider->addListener(
23 23
                     $eventName,
24
-                    static function () use ($container, $listenerId): callable {
24
+                    static function() use ($container, $listenerId): callable {
25 25
                         return $container->get($listenerId);
26 26
                     }
27 27
                 );
Please login to merge, or discard this patch.