YetiForceCompany/YetiForceCRM

View on GitHub
modules/Assets/models/Field.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 Assets_Field_Model extends Vtiger_Field_Model

The class Assets_Field_Model is not named in CamelCase.
Open

class Assets_Field_Model extends Vtiger_Field_Model
{
    public function isAjaxEditable()
    {
        $edit = parent::isAjaxEditable();
Severity: Minor
Found in modules/Assets/models/Field.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

    public function isAjaxEditable()

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

        $edit = parent::isAjaxEditable();

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

        }

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

    }

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

    {

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

            $edit = false;

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

        if ($edit && 'assetstatus' === $this->getName()) {

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

        return $edit;

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

class Assets_Field_Model extends Vtiger_Field_Model

There are no issues that match your filters.

Category
Status