Skip to content

Commit

Permalink
phpdoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ProxiBlue committed Jun 7, 2021
1 parent 3934b36 commit 1943d71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Block/Product/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@

namespace ProxiBlue\HyvaQtyInput\Block\Product;


class View extends \Magento\Catalog\Block\Product\View
{
/**
* Gets minimal sales quantity
*
* @param \Magento\Catalog\Model\Product $product
* @return float|null
* @return Integer
*/
public function getMaxQty($product)
{
Expand All @@ -28,7 +29,7 @@ public function getMaxQty($product)
* Gets quantity step
*
* @param \Magento\Catalog\Model\Product $product
* @return float|null
* @return Integer
*/
public function getQtyStep($product)
{
Expand Down

0 comments on commit 1943d71

Please sign in to comment.