schnittstabil/csrf-twig-helpers

View on GitHub

Showing 4 of 4 total issues

Missing class import via use statement (line '61', column '17').
Open

            new \Twig_SimpleFunction(
Severity: Minor
Found in src/Extension.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 '56', column '17').
Open

            new \Twig_SimpleFunction(
Severity: Minor
Found in src/Extension.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 '54', column '17').
Open

            new \Twig_SimpleFunction('csrf_token_name', [$this, 'getTokenName']),
Severity: Minor
Found in src/Extension.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 '55', column '17').
Open

            new \Twig_SimpleFunction('csrf_token', [$this, 'generateCsrfToken']),
Severity: Minor
Found in src/Extension.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