Passed
Push — master ( 8a03e6...108ac6 )
by Koldo
02:42
created
src/Container/DoctrineCliHelperSetFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function __invoke(ContainerInterface $container, string $connectionName): HelperSet
14 14
     {
15 15
         return ConsoleRunner::createHelperSet(
16
-            $container->get('doctrine.entity_manager.' . $connectionName)
16
+            $container->get('doctrine.entity_manager.'.$connectionName)
17 17
         );
18 18
     }
19 19
 }
Please login to merge, or discard this patch.