Skip to content

Commit c7c7d31

Browse files
committed
ACP2E-1347: Bundle product save slow
1 parent 4e17dd7 commit c7c7d31

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/code/Magento/Bundle/Model/LinkManagement.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,11 @@ private function processLinkedProduct(
261261
* @param LinkInterface $productLink
262262
* @param string $linkedProductId
263263
* @param string $parentProductId
264-
*
265264
* @return Selection
266-
*
267265
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
268266
* @SuppressWarnings(PHPMD.NPathComplexity)
269-
* @deprecated use mapProductLinkToBundleSelectionModel
267+
* @deprecated
268+
* @see mapProductLinkToBundleSelectionModel
270269
*/
271270
protected function mapProductLinkToSelectionModel(
272271
Selection $selectionModel,
@@ -311,9 +310,9 @@ protected function mapProductLinkToSelectionModel(
311310
* @param LinkInterface $productLink
312311
* @param ProductInterface $parentProduct
313312
* @param int $linkedProductId
314-
* @param string $linkField
315313
* @return Selection
316314
* @throws NoSuchEntityException
315+
* @SuppressWarnings(PHPMD.NPathComplexity)
317316
*/
318317
private function mapProductLinkToBundleSelectionModel(
319318
Selection $selectionModel,

0 commit comments

Comments
 (0)