Skip to content

Commit 897e7df

Browse files
author
Vasilii Burlacu
committed
Fix wrong return type in StockRegistryInterface API
1 parent 1cb9235 commit 897e7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Api/StockRegistryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function getProductStockStatusBySku($productSku, $scopeId = null);
7272
* @param float $qty
7373
* @param int $currentPage
7474
* @param int $pageSize
75-
* @return \Magento\CatalogInventory\Api\Data\StockStatusCollectionInterface
75+
* @return \Magento\CatalogInventory\Api\Data\StockItemCollectionInterface
7676
*/
7777
public function getLowStockItems($scopeId, $qty, $currentPage = 1, $pageSize = 0);
7878

0 commit comments

Comments
 (0)