YetiForceCompany/YetiForceCRM

View on GitHub
modules/Occurrences/views/Detail.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Reference to undeclared class \Vtiger_Detail_View
Open

        return array_merge(parent::getFooterScripts($request), $this->checkAndConvertJsScripts([
Severity: Critical
Found in modules/Occurrences/views/Detail.php by phan

Call to undeclared method \Occurrences_Detail_View::checkAndConvertJsScripts
Open

        return array_merge(parent::getFooterScripts($request), $this->checkAndConvertJsScripts([
Severity: Critical
Found in modules/Occurrences/views/Detail.php by phan

Class extends undeclared class \Vtiger_Detail_View
Open

class Occurrences_Detail_View extends Vtiger_Detail_View
Severity: Critical
Found in modules/Occurrences/views/Detail.php by phan

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

class Occurrences_Detail_View extends Vtiger_Detail_View

The class Occurrences_Detail_View is not named in CamelCase.
Open

class Occurrences_Detail_View extends Vtiger_Detail_View
{
    /** {@inheritdoc} */
    public function getFooterScripts(App\Request $request)
    {
Severity: Minor
Found in modules/Occurrences/views/Detail.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

    /** {@inheritdoc} */

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

        $moduleName = $request->getModule();

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

            "modules.{$moduleName}.resources.List"

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

    {

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

    public function getFooterScripts(App\Request $request)

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 array_merge(parent::getFooterScripts($request), $this->checkAndConvertJsScripts([

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

            'modules.Vtiger.resources.List',

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

    }

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

class Occurrences_Detail_View extends Vtiger_Detail_View

There are no issues that match your filters.

Category
Status