core/modules/shop/model/CartItemModel.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $_cartModel is not named in camelCase.
Open

class CartItemModel extends Ajde_Shop_Cart_Item
{
    protected $_cartModel = 'CartModel';

    public function getDescription()

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