YetiForceCompany/YetiForceCRM

View on GitHub
modules/ModComments/models/DetailView.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Class extends undeclared class \Vtiger_DetailView_Model
Open

class ModComments_DetailView_Model extends Vtiger_DetailView_Model
Severity: Critical
Found in modules/ModComments/models/DetailView.php by phan

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

class ModComments_DetailView_Model extends Vtiger_DetailView_Model

The class ModComments_DetailView_Model is not named in CamelCase.
Open

class ModComments_DetailView_Model extends Vtiger_DetailView_Model
{
    /** {@inheritdoc} */
    public function getDetailViewLinks(array $linkParams): array
    {

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

    /** {@inheritdoc} */

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

    public function getDetailViewLinks(array $linkParams): array

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

        return [];

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

class ModComments_DetailView_Model extends Vtiger_DetailView_Model

There are no issues that match your filters.

Category
Status