YetiForceCompany/YetiForceCRM

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Call to undeclared method \Vtiger_Viewer::assign
Open

        $viewer->assign('IS_RELATION', $request->getBoolean('relationOperation'));
Severity: Critical
Found in modules/PriceBooks/views/Edit.php by phan

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

class PriceBooks_Edit_View extends Vtiger_Edit_View

The class PriceBooks_Edit_View is not named in CamelCase.
Open

class PriceBooks_Edit_View extends Vtiger_Edit_View
{
    public function process(App\Request $request)
    {
        $viewer = $this->getViewer($request);
Severity: Minor
Found in modules/PriceBooks/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

    }

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

    public function process(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

        $viewer->assign('IS_RELATION', $request->getBoolean('relationOperation'));

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

        parent::process($request);

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

        $viewer = $this->getViewer($request);

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

class PriceBooks_Edit_View extends Vtiger_Edit_View

There are no issues that match your filters.

Category
Status