Passed
Push — master ( 910c16...3ddbd2 )
by Koldo
02:08
created
src/Container/EventDispatcherFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
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
                     );
Please login to merge, or discard this patch.