Passed
Push — master ( 92497c...a24fe7 )
by Koldo
04:30 queued 01:40
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
                     $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
                 );
Please login to merge, or discard this patch.