Test Failed
Push — dependabot/composer/phpstan/ph... ( 860949 )
by
unknown
07:31
created
src/Container/EventDispatcherFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
                 foreach ($listeners ?? [] as $listenerId) {
30 30
                     $listenerProvider->addListener(
31 31
                         $eventClass,
32
-                        static function () use ($container, $listenerId): callable {
32
+                        static function() use ($container, $listenerId): callable {
33 33
                             /** @var callable $listener */
34 34
                             $listener = $container->get($listenerId);
35 35
 
Please login to merge, or discard this patch.