detain/myadmin-plesk-webhosting

View on GitHub

Showing 102 of 102 total issues

Function getTerminate has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public static function getTerminate(GenericEvent $event)
    {
        if ($event['category'] == get_service_define('WEB_PLESK')) {
            $event->stopPropagation();
            $serviceClass = $event->getSubject();
Severity: Minor
Found in src/Plugin.php - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Missing class import via use statement (line '635', column '23').
Open

        $xmldoc = new \DomDocument('1.0', 'UTF-8');
Severity: Minor
Found in src/Plesk.php by phpmd

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

Missing class import via use statement (line '1179', column '23').
Open

        $xmldoc = new \DomDocument('1.0', 'UTF-8');
Severity: Minor
Found in src/Plesk.php by phpmd

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

Missing class import via use statement (line '1984', column '23').
Open

        $xmldoc = new \DomDocument('1.0', 'UTF-8');
Severity: Minor
Found in src/Plesk.php by phpmd

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

Missing class import via use statement (line '1143', column '23').
Open

        $xmldoc = new \DomDocument('1.0', 'UTF-8');
Severity: Minor
Found in src/Plesk.php by phpmd

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

Missing class import via use statement (line '2159', column '23').
Open

        $xmldoc = new \DomDocument('1.0', 'UTF-8');
Severity: Minor
Found in src/Plesk.php by phpmd

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

Avoid too many return statements within this method.
Open

                return;
Severity: Major
Found in src/Plugin.php - About 30 mins to fix

    Missing class import via use statement (line '2299', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '69', column '15').
    Open

        throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
    Severity: Minor
    Found in bin/test.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '227', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Duplicated array key cname, first declared at line 268.
    Open

            $dataMappings = [
                'cname' => 'company',
                'pname' => 'name',
                'email' => 'account_lid',
                'pcode' => 'zip',
    Severity: Minor
    Found in src/Plesk.php by phpmd

    DuplicatedArrayKey

    Defining another value for the same key in an array literal overrides the previous key/value, which makes it effectively an unused code. If it's known from the beginning that the key will have different value, there is usually no point in defining first one.

    Example

    function createArray() {
        return [
            'non-associative 0element', // not applied
            0 => 'associative 0-element', // applied
            false => 'associative 0-element', // applied
            'foo' => 'bar', // not applied
            "foo" => 'baz', // applied
        ];
    }

    Source http://phpmd.org/rules/cleancode.html#duplicatedarraykey

    Missing class import via use statement (line '2123', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '2231', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '2093', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '2195', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '2365', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '308', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '1548', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '1740', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Missing class import via use statement (line '2329', column '23').
    Open

            $xmldoc = new \DomDocument('1.0', 'UTF-8');
    Severity: Minor
    Found in src/Plesk.php by phpmd

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Severity
    Category
    Status
    Source
    Language