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(
261
261
* @param LinkInterface $productLink
262
262
* @param string $linkedProductId
263
263
* @param string $parentProductId
264
- *
265
264
* @return Selection
266
- *
267
265
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
268
266
* @SuppressWarnings(PHPMD.NPathComplexity)
269
- * @deprecated use mapProductLinkToBundleSelectionModel
267
+ * @deprecated
268
+ * @see mapProductLinkToBundleSelectionModel
270
269
*/
271
270
protected function mapProductLinkToSelectionModel (
272
271
Selection $ selectionModel ,
@@ -311,9 +310,9 @@ protected function mapProductLinkToSelectionModel(
311
310
* @param LinkInterface $productLink
312
311
* @param ProductInterface $parentProduct
313
312
* @param int $linkedProductId
314
- * @param string $linkField
315
313
* @return Selection
316
314
* @throws NoSuchEntityException
315
+ * @SuppressWarnings(PHPMD.NPathComplexity)
317
316
*/
318
317
private function mapProductLinkToBundleSelectionModel (
319
318
Selection $ selectionModel ,
You can’t perform that action at this time.
0 commit comments