Passed
Push — master ( 3fec98...825426 )
by Koldo
02:42
created
src/Container/Config/ConfigProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
             ],
51 51
         ],
52 52
         'factories' => [
53
-            self::DEFAULT_CONTEXT . '.action.container' => ActionContainerFactory::class,
53
+            self::DEFAULT_CONTEXT.'.action.container' => ActionContainerFactory::class,
54 54
             MessageProcessor::class => MessageProcessorFactory::class,
55 55
             Producer::class => ProducerFactory::class,
56 56
         ],
Please login to merge, or discard this patch.