Skip to content

Commit a1d3299

Browse files
committed
ENGCOM-3780: Static test fix.
1 parent d08ce91 commit a1d3299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Api/CategoryLinkRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function delete(\Magento\Catalog\Api\Data\CategoryProductLinkInterface $p
3939
/**
4040
* Remove the product assignment from the category by category id and sku
4141
*
42-
* @param string $sku
42+
* @param string $categoryId
4343
* @param string $sku
4444
* @return bool will returned True if products successfully deleted
4545
*

0 commit comments

Comments
 (0)