Skip to content

Commit 1b7a2e0

Browse files
p-bystritskyamol2jcommerce
authored andcommitted
#21083: Static test fix.
1 parent 1ec99ee commit 1b7a2e0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/code/Magento/ConfigurableProduct/Model/LinkManagement.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
@@ -10,6 +9,9 @@
109
use Magento\Framework\Exception\NoSuchEntityException;
1110
use Magento\Framework\Exception\StateException;
1211

12+
/**
13+
* Configurable product link management.
14+
*/
1315
class 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
{

0 commit comments

Comments
 (0)