Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit eb60f47

Browse files
committed
ENGCOM-3771: Static test fix.
1 parent 1a5a6be commit eb60f47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/CatalogInventory/Model/StockManagement.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public function __construct(
8585

8686
/**
8787
* Subtract product qtys from stock.
88+
*
8889
* Return array of items that require full save.
8990
*
9091
* @param string[] $items
@@ -141,10 +142,7 @@ public function registerProductsSale($items, $websiteId = null)
141142
}
142143

143144
/**
144-
* @param string[] $items
145-
* @param int|null $websiteId
146-
*
147-
* @return array|bool
145+
* @inheritdoc
148146
*/
149147
public function revertProductsSale($items, $websiteId = null)
150148
{
@@ -206,6 +204,8 @@ protected function getProductType($productId)
206204
}
207205

208206
/**
207+
* Get stock resource.
208+
*
209209
* @return ResourceStock
210210
*/
211211
protected function getResource()

0 commit comments

Comments
 (0)