YetiForceCompany/YetiForceCRM

View on GitHub
modules/Products/views/Edit.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

class Products_Edit_View extends Vtiger_Edit_View

The class Products_Edit_View is not named in CamelCase.
Open

class Products_Edit_View extends Vtiger_Edit_View
{
    /** {@inheritdoc} */
    public function getDuplicate()
    {
Severity: Minor
Found in modules/Products/views/Edit.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

Spaces must be used to indent lines; tabs are not allowed
Open

        parent::getDuplicate();

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

        $this->record->set('qtyinstock', null);

Spaces must be used to indent lines; tabs are not allowed
Open

    public function getDuplicate()

Spaces must be used to indent lines; tabs are not allowed
Open

    /** {@inheritdoc} */

Spaces must be used to indent lines; tabs are not allowed
Open

    }

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

class Products_Edit_View extends Vtiger_Edit_View

There are no issues that match your filters.

Category
Status