Skip to content

Commit 55d1f18

Browse files
committed
#26800 fix static test
1 parent 84eb1fc commit 55d1f18

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/code/Magento/Catalog/Model/ProductLink/Management.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
use Magento\Catalog\Model\Product\LinkTypeProvider;
1414
use Magento\Catalog\Api\ProductLinkManagementInterface;
1515

16+
/**
17+
* Manage product links from api
18+
*/
1619
class Management implements ProductLinkManagementInterface
1720
{
1821
/**
@@ -38,7 +41,7 @@ public function __construct(
3841
}
3942

4043
/**
41-
* {@inheritdoc}
44+
* @inheritdoc
4245
*/
4346
public function getLinkedItemsByType($sku, $type)
4447
{
@@ -65,7 +68,7 @@ public function getLinkedItemsByType($sku, $type)
6568
}
6669

6770
/**
68-
* {@inheritdoc}
71+
* @inheritdoc
6972
*/
7073
public function setProductLinks($sku, array $items)
7174
{

app/code/Magento/Catalog/Test/Unit/Model/ProductLink/ManagementTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ public function testSetProductLinksWithoutLinkTypeInLink(): void
205205
$this->assertTrue($this->model->setProductLinks($productSku, $links));
206206
}
207207

208-
209208
/**
210209
* Test for SetProductLinks with empty array of items
211210
*

0 commit comments

Comments
 (0)