Skip to content

Commit 4a460a0

Browse files
Fix issue magento#14112
- fix CS
1 parent 2a67fd7 commit 4a460a0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/Model/Product/CopyConstructor

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Model/Product/CopyConstructor/Bundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function build(Product $product, Product $duplicate)
3737
$bundleSelections = $duplicatedBundleOptions[$key]->getProductLinks();
3838

3939
/** @var \Magento\Bundle\Api\Data\LinkInterface $bundleSelection */
40-
foreach($bundleSelections as $bundleSelection){
40+
foreach ($bundleSelections as $bundleSelection) {
4141
$bundleSelection->setSelectionId(null);
4242
}
4343
}

0 commit comments

Comments
 (0)