src/Shop/Delivery.php

Summary

Maintainability
A
0 mins
Test Coverage

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class Shop_Delivery extends Shop_PricedObject
Severity: Minor
Found in src/Shop/Delivery.php by phpcodesniffer

The class Shop_Delivery is not named in CamelCase.
Open

class Shop_Delivery extends Shop_PricedObject
{

    /**
     * @brief مدل داده‌ای را بارگذاری می‌کند.
Severity: Minor
Found in src/Shop/Delivery.php by phpmd

CamelCaseClassName

Since: 0.2

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

Example

class class_name {
}

Source

Visibility must be declared on method "init"
Open

    function init()
Severity: Minor
Found in src/Shop/Delivery.php by phpcodesniffer

Class name "Shop_Delivery" is not in camel caps format
Open

class Shop_Delivery extends Shop_PricedObject
Severity: Minor
Found in src/Shop/Delivery.php by phpcodesniffer

There are no issues that match your filters.

Category
Status