Showing 402 of 402 total issues
Variable "discount_price_with_tax_value" is not in valid camel caps format Open
Open
$fPrice = PriceHelper::round($this->discount_price_with_tax_value - $this->discount_price_without_tax_value);
- Exclude checks
Variable "old_price" is not in valid camel caps format Open
Open
$obPriceModel->old_price = $fOldPrice !== null ? $fOldPrice : $obPriceModel->old_price;
- Exclude checks
Missing parameter name Open
Open
* @param $obProgressBar
- Exclude checks
Missing parameter name Open
Open
* @param $obProgressBar
- Exclude checks
Variable "is_global" is not in valid camel caps format Open
Open
$bSkipTax = !$obTaxItem->is_global
- Exclude checks
Variable "discount_price_value" is not in valid camel caps format Open
Open
$fPrice = TaxHelper::instance()->getPriceWithTax($this->discount_price_value, $this->tax_percent);
- Exclude checks
Variable "tax_percent" is not in valid camel caps format Open
Open
$fPrice = TaxHelper::instance()->getPriceWithoutTax($this->price_value, $this->tax_percent);
- Exclude checks
Variable "state_id_list" is not in valid camel caps format Open
Open
$arStateIDList = (array) $this->state_id_list;
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
$arElementIDList = (array) Brand::whereHas('site', function($obQuery) {
- Exclude checks
Please trim any trailing whitespace Open
Open
- Exclude checks
Missing @return tag in function comment Open
Open
*/
- Exclude checks
Abstract class name is not prefixed with "Abstract" Open
Open
abstract class CommonMenuType
- Exclude checks
Missing @return tag in function comment Open
Open
*/
- Exclude checks
Doc comment for parameter "$obProgressBar" missing Open
Open
/**
- Exclude checks
Exception type missing for @throws tag in function comment Open
Open
* @throws
- Exclude checks
Doc comment for parameter "$iSiteID" missing Open
Open
/**
- Exclude checks
Expected 7 spaces after parameter type; 2 found Open
Open
* @param array $arRemoveParamList
- Exclude checks
Exception type missing for @throws tag in function comment Open
Open
* @throws
- Exclude checks
Variable "price_with_tax_value" is not in valid camel caps format Open
Open
$fPrice = PriceHelper::round($this->price_with_tax_value - $this->price_without_tax_value);
- Exclude checks
Variable "discount_price_value" is not in valid camel caps format Open
Open
$fPrice = TaxHelper::instance()->getPriceWithoutTax($this->discount_price_value, $this->tax_percent);
- Exclude checks