YetiForceCompany/YetiForceCRM

View on GitHub
app/Mail/ScannerAction/OpenHelpDesk.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

false to array comparison
Open

        if ($this->checkExceptions('CreatedHelpDesk') || false === $scanner->getMailCrmId() || 1 !== $scanner->getMailType()) {

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

    public function process(): void

Line exceeds 120 characters; contains 127 characters
Open

        if ($this->checkExceptions('CreatedHelpDesk') || false === $scanner->getMailCrmId() || 1 !== $scanner->getMailType()) {

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

    public static $priority = 4;

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

    {

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

    /** {@inheritdoc} */

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

        }

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

    }

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

        if ($this->checkExceptions('CreatedHelpDesk') || false === $scanner->getMailCrmId() || 1 !== $scanner->getMailType()) {

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

        $scanner = $this->scannerEngine;

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

            $scanner->findRelatedRecordsBySubject();

There are no issues that match your filters.

Category
Status