Skip to content

Commit 1c29384

Browse files
authored
Update StockManagement.php
Set wrong return type back to eliminate static analyze error.
1 parent 1cca857 commit 1c29384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ protected function getProductType($productId)
180180
}
181181

182182
/**
183-
* @return ResourceStock
183+
* @return Stock
184184
*/
185185
protected function getResource()
186186
{

0 commit comments

Comments
 (0)