diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index 364499c53..925ceb3a6 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -651,12 +651,12 @@ class Configurable extends AbstractType } } - /** + /** * Check whether configurable product have special price. * * @param int $qty * @return bool - */ + */ public function haveSpecialPrice($qty = null) { $haveSpecialPrice = false;