Showing 402 of 402 total issues
Exception type missing for @throws tag in function comment Open
Open
* @throws
- Exclude checks
Doc comment for parameter "$obProgressBar" missing Open
Open
/**
- Exclude checks
Doc comment for parameter "$arAddParamList" missing Open
Open
/**
- Exclude checks
Variable "price_list" is not in valid camel caps format Open
Open
$fPrice = array_get($this->price_list, $iActivePriceType.'.price');
- Exclude checks
Variable "sort_order" is not in valid camel caps format Open
Open
return $obNextItem->sort_order > $obPrevItem->sort_order ? -1 : 1;
- 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
Variable "price_value" is not in valid camel caps format Open
Open
$fPrice = PriceHelper::round($this->old_price_value - $this->price_value);
- Exclude checks
Variable "category_id" is not in valid camel caps format Open
Open
$this->addCategoryData($obTagItem->category_id);
- Exclude checks
Variable "category_id" is not in valid camel caps format Open
Open
$this->addCategoryData($obProductItem->category_id);
- Exclude checks
Declare public methods first,then protected ones and finally private ones Open
Open
public function handle()
- Exclude checks
Missing parameter name Open
Open
* @param $obProgressBar
- Exclude checks
Exception type missing for @throws tag in function comment Open
Open
* @throws
- Exclude checks
Variable "product_count" is not in valid camel caps format Open
Open
$iProductCount += $obChildCategoryItem->product_count;
- Exclude checks
Variable "old_price_value" is not in valid camel caps format Open
Open
$fOldPrice = $this->old_price_value;
- Exclude checks
Variable "old_price_with_tax_value" is not in valid camel caps format Open
Open
$fPrice = PriceHelper::round($this->old_price_with_tax_value - $this->old_price_without_tax_value);
- Exclude checks
Variable "tax_percent" is not in valid camel caps format Open
Open
$fPrice = TaxHelper::instance()->getPriceWithTax($this->price_value, $this->tax_percent);
- Exclude checks
Variable "tax_list" is not in valid camel caps format Open
Open
$fTaxPercent = TaxHelper::instance()->getTaxPercent($this->tax_list);
- Exclude checks
Variable "price_value" is not in valid camel caps format Open
Open
'price' => $obPrice->price_value,
- Exclude checks
Doc comment for parameter "$obProgressBar" missing Open
Open
/**
- Exclude checks
Variable "price_without_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