Showing 25 of 29 total issues

Missing class import via use statement (line '52', column '34').
Open

                $reflector = new \ReflectionClass($callable[0]);
Severity: Minor
Found in src/Reflect/ParameterTrait.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 '101', column '23').
Open

            throw new \RuntimeException("Error in resolving $matched");
Severity: Minor
Found in src/Reference/ReferenceTrait.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 '133', column '19').
Open

        throw new \RuntimeException("Unable to resolve $matched in $subject");
Severity: Minor
Found in src/Reference/ReferenceTrait.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 '61', column '23').
Open

            throw new \InvalidArgumentException($e->getMessage());
Severity: Minor
Found in src/Reflect/ParameterTrait.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 '86', column '20').
Open

        return new \ArrayIterator(array_column($this->queue, 'data'));
Severity: Minor
Found in src/Queue/PriorityQueue.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 '27', column '23').
Open

            throw new \RuntimeException("$path not found");
Severity: Minor
Found in src/Reader/AbstractReader.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 '31').
Open

                $method = new \ReflectionFunction($callable);
Severity: Minor
Found in src/Reflect/ParameterTrait.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 '47', column '23').
Open

            throw new \RuntimeException("Failed to create $rootPath");
Severity: Minor
Found in src/Storage/Filesystem.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 '99', column '23').
Open

            throw new \RuntimeException("Priority $priority out of range.");
Severity: Minor
Found in src/Queue/PriorityQueue.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 '37', column '23').
Open

            throw new \InvalidArgumentException($e->getMessage());
Severity: Minor
Found in src/Reflect/ParameterTrait.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 '29', column '27').
Open

                throw new \RuntimeException(\json_last_error_msg());
Severity: Minor
Found in src/Reader/JsonReader.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 '70', column '27').
Open

                throw new \RuntimeException("Loop in resolving $subject");
Severity: Minor
Found in src/Reference/ReferenceTrait.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 '31', column '23').
Open

            throw new \RuntimeException("$path not readable");
Severity: Minor
Found in src/Reader/AbstractReader.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 '32', column '23').
Open

            throw new \RuntimeException($e->getMessage());
Severity: Minor
Found in src/Reader/JsonReader.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 '32', column '23').
Open

            throw new \RuntimeException($e->getMessage());
Severity: Minor
Found in src/Reader/YamlReader.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 '37', column '20').
Open

        return new \ArrayIterator(
Severity: Minor
Found in src/Queue/UniquePriorityQueue.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 '29', column '23').
Open

            throw new \RuntimeException($e->getMessage());
Severity: Minor
Found in src/Reader/PhpReader.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 '29', column '27').
Open

                throw new \RuntimeException("Parse $path error");
Severity: Minor
Found in src/Reader/YamlReader.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 '40', column '23').
Open

            throw new \RuntimeException("non-supported type $suffix");
Severity: Minor
Found in src/Reader/Reader.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 '33', column '30').
Open

            $reflector = new \ReflectionClass($class);
Severity: Minor
Found in src/Reflect/ParameterTrait.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