Skip to content

Commit 9831972

Browse files
authored
Sync code with #9600
1 parent eccf87b commit 9831972

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ protected function setProductLinks(\Magento\Catalog\Model\Product $product)
268268
unset($linkTypes[$productLink->getLinkType()]);
269269
}
270270

271-
/** @var \Magento\Catalog\Api\Data\ProductLinkTypeInterface $linkType */
272271
foreach ($linkTypes as $linkType => $readonly) {
273272
if (isset($links[$linkType]) && !$readonly) {
274273
foreach ((array) $links[$linkType] as $linkData) {

0 commit comments

Comments
 (0)