File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Catalog/Model/Product/Pricing/Renderer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77namespace Magento \Catalog \Model \Product \Pricing \Renderer ;
88
99/**
10- * Resolver provided to check is product available for sale
10+ * Resolvers checks whether product is available for sale or not
1111 */
1212class SalableResolver implements SalableResolverInterface
1313{
1414 /**
15- * Check is product available for sale
15+ * Check whether product is available for sale
1616 *
1717 * @param \Magento\Framework\Pricing\SaleableInterface $salableItem
1818 * @return boolean
Original file line number Diff line number Diff line change 77namespace Magento \Catalog \Model \Product \Pricing \Renderer ;
88
99/**
10- * Interface resolver provided to check is product available for sale
10+ * Interface resolver checks whether product is available for sale
1111 */
1212interface SalableResolverInterface
1313{
1414 /**
15- * Check is product available for sale
15+ * Check whether product is available for sale
1616 *
1717 * @param \Magento\Framework\Pricing\SaleableInterface $salableItem
1818 * @return boolean
You can’t perform that action at this time.
0 commit comments