Skip to content

Commit a7f03dd

Browse files
committed
#21083: Static test fix.
1 parent b3b6c90 commit a7f03dd

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
*/
@@ -11,6 +10,9 @@
1110
use Magento\Framework\Exception\NoSuchEntityException;
1211
use Magento\Framework\Exception\StateException;
1312

13+
/**
14+
* Configurable product link management.
15+
*/
1416
class LinkManagement implements \Magento\ConfigurableProduct\Api\LinkManagementInterface
1517
{
1618
/**
@@ -68,7 +70,7 @@ public function __construct(
6870
}
6971

7072
/**
71-
* {@inheritdoc}
73+
* @inheritdoc
7274
*/
7375
public function getChildren($sku)
7476
{
@@ -107,7 +109,7 @@ public function getChildren($sku)
107109
}
108110

109111
/**
110-
* {@inheritdoc}
112+
* @inheritdoc
111113
*/
112114
public function addChild($sku, $childSku)
113115
{
@@ -150,7 +152,7 @@ public function addChild($sku, $childSku)
150152
}
151153

152154
/**
153-
* {@inheritdoc}
155+
* @inheritdoc
154156
*/
155157
public function removeChild($sku, $childSku)
156158
{

0 commit comments

Comments
 (0)