Skip to content
Snippets Groups Projects
Commit e577fbc7 authored by Kostyantyn Alexeyev's avatar Kostyantyn Alexeyev
Browse files

MAGETWO-60483: Catalog broken when all child products of configurable are disabled

- Description fix;
parent 0d4df524
Branches
No related merge requests found
......@@ -7,12 +7,12 @@
namespace Magento\Catalog\Model\Product\Pricing\Renderer;
/**
* Resolvers checks whether product is available for sale or not
* Resolvers check whether product available for sale or not
*/
class SalableResolver implements SalableResolverInterface
{
/**
* Check whether product is available for sale
* Check whether product available for sale
*
* @param \Magento\Framework\Pricing\SaleableInterface $salableItem
* @return boolean
......
......@@ -7,12 +7,12 @@
namespace Magento\Catalog\Model\Product\Pricing\Renderer;
/**
* Interface resolver checks whether product is available for sale
* Interface resolver checks whether product available for sale
*/
interface SalableResolverInterface
{
/**
* Check whether product is available for sale
* Check whether product available for sale
*
* @param \Magento\Framework\Pricing\SaleableInterface $salableItem
* @return boolean
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment