Showing 402 of 402 total issues
Add a comma after each item in a multi-line array Open
Open
public static $arQueryWith = [
- Exclude checks
Declare public methods first,then protected ones and finally private ones Open
Open
public function registerReportWidgets()
- Exclude checks
Variable "parent_id" is not in valid camel caps format Open
Open
if (!empty($obCategoryItem->parent_id)) {
- Exclude checks
Missing parameter name Open
Open
* @param $obProgressBar
- Exclude checks
Variable "price_value" is not in valid camel caps format Open
Open
$fPrice = TaxHelper::instance()->getPriceWithoutTax($this->price_value, $this->tax_percent);
- 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 "is_default" is not in valid camel caps format Open
Open
$obCurrency->is_default = false;
- Exclude checks
Variable "old_price_value" is not in valid camel caps format Open
Open
if ($this->old_price_value > 0) {
- Exclude checks
Expected 6 spaces after parameter type; 1 found Open
Open
* @param bool $bWithChildren
- Exclude checks
Doc comment for parameter "$iSiteID" missing Open
Open
/**
- Exclude checks
Expected 6 spaces after parameter type; 1 found Open
Open
* @param bool $bWithChildren
- Exclude checks
Blank line found at start of control structure Open
Open
if ($obItem instanceof Offer) {
- Exclude checks
Doc comment for parameter "$obProgressBar" missing Open
Open
/**
- Exclude checks
Doc comment for parameter "$iSiteID" missing Open
Open
/**
- Exclude checks
Missing blank line before return statement Open
Open
return;
- Exclude checks
Variable "price_list" is not in valid camel caps format Open
Open
$fPrice = array_get($this->price_list, $iActivePriceType.'.old_price');
- Exclude checks
Missing blank line before return statement Open
Open
return;
- Exclude checks
Missing blank line before return statement Open
Open
return;
- Exclude checks
Missing @return tag in function comment Open
Open
*/
- Exclude checks
Variable "product_id_list" is not in valid camel caps format Open
Open
$arProductIDList = (array) $this->product_id_list;
- Exclude checks