Passed
Push — master ( 10f73f...b2cb1b )
by Koldo
02:40
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.