Skip to content

Commit 6a6ea40

Browse files
ENGCOM-2773: Fix wrong return type in StockRegistryInterface API #17562
- Merge Pull Request #17562 from vasilii-b/magento2:2.3-api-getLowStockItems-wrong-return-type - Merged commits: 1. 897e7df
2 parents 1cb9235 + 897e7df commit 6a6ea40

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)