Skip to content

Commit

Permalink
ENGCOM-3771: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky authored and Amol Chaudhari committed Jan 27, 2019
1 parent 5d38ec6 commit 582a1e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/code/Magento/CatalogInventory/Model/StockManagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public function __construct(

/**
* Subtract product qtys from stock.
*
* Return array of items that require full save.
*
* @param string[] $items
Expand Down Expand Up @@ -139,10 +140,7 @@ public function registerProductsSale($items, $websiteId = null)
}

/**
* @param string[] $items
* @param int|null $websiteId
*
* @return array|bool
* @inheritdoc
*/
public function revertProductsSale($items, $websiteId = null)
{
Expand Down Expand Up @@ -204,6 +202,8 @@ protected function getProductType($productId)
}

/**
* Get stock resource.
*
* @return ResourceStock
*/
protected function getResource()
Expand Down

0 comments on commit 582a1e7

Please sign in to comment.