YetiForceCompany/YetiForceCRM

View on GitHub
app/Log/ErrorCodes.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

    /**
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

    public $logTableMail = 'l_#__mail';
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

     * @var array mail error codes to labels
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

     * @var string name of the DB table to store event logs content.
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

    ];
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

     */
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

        3 => 'No target email address provided',
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

     */
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

        2 => 'SMTP configuration with provided id not exists',
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

    public static $errorCodesMail = [
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

    /**
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

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

        1 => 'No SMTP configuration id provided',
Severity: Minor
Found in app/Log/ErrorCodes.php by phpcodesniffer

There are no issues that match your filters.

Category
Status