mygento/yandexdelivery

View on GitHub
app/code/local/Mygento/Yandexdelivery/Model/Source/Tax.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Mygento_Yandexdelivery_Model_Source_Tax is not named in CamelCase.
Open

class Mygento_Yandexdelivery_Model_Source_Tax {

    public function toOptionArray() {
        return [
            ['value' => 1, 'label' => Mage::helper('yandexdelivery')->__('Ставка НДС 18%')],

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

There are no issues that match your filters.

Category
Status