Test Failed
Push — master ( be518a...808db7 )
by Koldo
04:19
created
src/InFw/TacticianAdapter/Factory/CommandBusFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         );
29 29
 
30 30
         return new CommandBus(array_merge(
31
-            array_map(function (string $middleware) use ($container) {
31
+            array_map(function(string $middleware) use ($container) {
32 32
                 return $container->get($middleware);
33 33
             }, $config['middleware']),
34 34
             [$commandHandlerMiddleware]
Please login to merge, or discard this patch.