YetiForceCompany/YetiForceCRM

View on GitHub
modules/Vtiger/widgets/WYSIWYG.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 Vtiger_WYSIWYG_Widget extends Vtiger_Basic_Widget

The class Vtiger_WYSIWYG_Widget is not named in CamelCase.
Open

class Vtiger_WYSIWYG_Widget extends Vtiger_Basic_Widget
{
    public function getWidget()
    {
        $this->Config['tpl'] = 'WYSIWYG.tpl';
Severity: Minor
Found in modules/Vtiger/widgets/WYSIWYG.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 getConfigTplName()

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 'WYSIWYGConfig';

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

    public function getWidget()

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

        $this->Config['tpl'] = 'WYSIWYG.tpl';

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 $this->Config;

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

    {

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

class Vtiger_WYSIWYG_Widget extends Vtiger_Basic_Widget

There are no issues that match your filters.

Category
Status