alignment updates

This commit is contained in:
sanjeev 2022-09-16 18:40:40 +05:30
parent 94db9a8407
commit fcb99aebba
1 changed files with 2 additions and 2 deletions

View File

@ -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;