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