File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
app/code/Magento/Bundle/Model Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments