Skip to content

Commit

Permalink
magento#21083: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky authored and amol2jcommerce committed Apr 12, 2019
1 parent 1ec99ee commit 1b7a2e0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/code/Magento/ConfigurableProduct/Model/LinkManagement.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
/**
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
Expand All @@ -10,6 +9,9 @@
use Magento\Framework\Exception\NoSuchEntityException;
use Magento\Framework\Exception\StateException;

/**
* Configurable product link management.
*/
class LinkManagement implements \Magento\ConfigurableProduct\Api\LinkManagementInterface
{
/**
Expand Down Expand Up @@ -67,7 +69,7 @@ public function __construct(
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function getChildren($sku)
{
Expand Down Expand Up @@ -106,7 +108,7 @@ public function getChildren($sku)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function addChild($sku, $childSku)
{
Expand Down Expand Up @@ -144,7 +146,7 @@ public function addChild($sku, $childSku)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function removeChild($sku, $childSku)
{
Expand Down

0 comments on commit 1b7a2e0

Please sign in to comment.