Skip to content

Commit 707297a

Browse files
changed count characters in short description line
1 parent 6d024bb commit 707297a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function checkQty($productId, $qty, $scopeId = null)
9898
}
9999

100100
/**
101-
* Returns suggested qty that satisfies qty increments/minQty/maxQty/minSaleQty/maxSaleQty conditions else original qty
101+
* Returns suggested qty that satisfies qty increments/minQty/maxQty/minSaleQty/maxSaleQty else returns original qty
102102
*
103103
* @param int $productId
104104
* @param float $qty

0 commit comments

Comments
 (0)