File tree 1 file changed +10
-0
lines changed
app/code/Magento/ConfigurableProduct/Model 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11
11
12
12
/**
13
13
* Configurable product link management.
14
+ *
15
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
14
16
*/
15
17
class LinkManagement implements \Magento \ConfigurableProduct \Api \LinkManagementInterface
16
18
{
@@ -109,6 +111,10 @@ public function getChildren($sku)
109
111
110
112
/**
111
113
* @inheritdoc
114
+ * @throws InputException
115
+ * @throws NoSuchEntityException
116
+ * @throws StateException
117
+ * @throws \Magento\Framework\Exception\CouldNotSaveException
112
118
*/
113
119
public function addChild ($ sku , $ childSku )
114
120
{
@@ -147,6 +153,10 @@ public function addChild($sku, $childSku)
147
153
148
154
/**
149
155
* @inheritdoc
156
+ * @throws InputException
157
+ * @throws NoSuchEntityException
158
+ * @throws StateException
159
+ * @throws \Magento\Framework\Exception\CouldNotSaveException
150
160
*/
151
161
public function removeChild ($ sku , $ childSku )
152
162
{
You can’t perform that action at this time.
0 commit comments