Skip to content

Commit d904697

Browse files
committed
ENGCOM-3399: Static tests fixed.
1 parent c2100db commit d904697

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/CategoryLink.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ public function saveCategoryLinks(ProductInterface $product, array $categoryLink
9393
}
9494

9595
/**
96+
* Get category link metadata.
97+
*
9698
* @return \Magento\Framework\EntityManager\EntityMetadataInterface
9799
*/
98100
private function getCategoryLinkMetadata()
@@ -136,6 +138,8 @@ private function processCategoryLinks($newCategoryPositions, &$oldCategoryPositi
136138
}
137139

138140
/**
141+
* Update category links by product.
142+
*
139143
* @param ProductInterface $product
140144
* @param array $insertLinks
141145
* @param bool $insert
@@ -179,6 +183,8 @@ private function updateCategoryLinks(ProductInterface $product, array $insertLin
179183
}
180184

181185
/**
186+
* Delete category links by product.
187+
*
182188
* @param ProductInterface $product
183189
* @param array $deleteLinks
184190
* @return array

0 commit comments

Comments
 (0)