Completed
Push — master ( fb754a...2a3626 )
by Antonio
03:49
created
src/DependencyInjection/Compiler/LegacyServicePass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
             $productControllerService = $container->getDefinition('flagbit_product_cloner.controller.product');
19 19
 
20 20
             foreach ($productControllerService->getArguments() as $key => $argument) {
21
-                if ((string)$argument === 'pim_catalog.builder.variant_product') {
21
+                if ((string) $argument === 'pim_catalog.builder.variant_product') {
22 22
                     $productControllerService->setArgument($key, new Reference('pim_catalog.builder.product'));
23 23
                 }
24 24
             }
Please login to merge, or discard this patch.