File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/code/Magento/ConfigurableProduct/Model Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- *
43 * Copyright © Magento, Inc. All rights reserved.
54 * See COPYING.txt for license details.
65 */
109use Magento \Framework \Exception \NoSuchEntityException ;
1110use Magento \Framework \Exception \StateException ;
1211
12+ /**
13+ * Configurable product link management.
14+ */
1315class LinkManagement implements \Magento \ConfigurableProduct \Api \LinkManagementInterface
1416{
1517 /**
@@ -67,7 +69,7 @@ public function __construct(
6769 }
6870
6971 /**
70- * { @inheritdoc}
72+ * @inheritdoc
7173 */
7274 public function getChildren ($ sku )
7375 {
@@ -106,7 +108,7 @@ public function getChildren($sku)
106108 }
107109
108110 /**
109- * { @inheritdoc}
111+ * @inheritdoc
110112 */
111113 public function addChild ($ sku , $ childSku )
112114 {
@@ -144,7 +146,7 @@ public function addChild($sku, $childSku)
144146 }
145147
146148 /**
147- * { @inheritdoc}
149+ * @inheritdoc
148150 */
149151 public function removeChild ($ sku , $ childSku )
150152 {
You can’t perform that action at this time.
0 commit comments