YetiForceCompany/YetiForceCRM

View on GitHub
modules/Chat/Chat.php

Summary

Maintainability
A
0 mins
Test Coverage
D
66%

Call to undeclared method \App\Db::update
Open

            \App\Db::getInstance()->update('vtiger_tab', ['customized' => 0], ['name' => $moduleName])->execute();
Severity: Critical
Found in modules/Chat/Chat.php by phan

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

class Chat
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

        }
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

    /**
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

     * @param string $moduleName
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

     */
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

        if ('module.postinstall' === $eventType) {
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

    {
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

     * @param string $eventType
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

    public function moduleHandler($moduleName, $eventType)
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

            \App\Db::getInstance()->update('vtiger_tab', ['customized' => 0], ['name' => $moduleName])->execute();
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

     *
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

     * Invoked when special actions are performed on the module.
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

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

    }
Severity: Minor
Found in modules/Chat/Chat.php by phpcodesniffer

There are no issues that match your filters.

Category
Status