core/modules/shop/model/VatModel.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $_displayField is not named in camelCase.
Open

class VatModel extends Ajde_Model
{
    protected $_displayField = 'description';
}
Severity: Minor
Found in core/modules/shop/model/VatModel.php by phpmd

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status