mcred/Developer-Ipsum

View on GitHub

Showing 10 of 10 total issues

Missing class import via use statement (line '38', column '26').
Open

        $assembler = new Assembler($this->Vocabulary);
Severity: Minor
Found in src/IpsumFactory.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 '23').
Open

            throw new InvalidArgumentException('Count must be 1 or greater.');
Severity: Minor
Found in src/Ipsum.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 '42', column '23').
Open

            throw new InvalidArgumentException($part . ' are required.');
Severity: Minor
Found in src/Vocabulary.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 '41', column '28').
Open

                return new Paragraphs($assembler, $count, $length);
Severity: Minor
Found in src/IpsumFactory.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 '23').
Open

            throw new InvalidArgumentException('Length must be 1 or greater.');
Severity: Minor
Found in src/Ipsum.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 '44', column '28').
Open

                return new Lists($assembler, $count, $length);
Severity: Minor
Found in src/IpsumFactory.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 '45', column '23').
Open

            throw new InvalidArgumentException($part . ' must contain strings.');
Severity: Minor
Found in src/Vocabulary.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 '119', column '27').
Open

                throw new InvalidArgumentException('Invalid Part of Speech.');
Severity: Minor
Found in src/Assembler.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 '23', column '33').
Open

        $this->Vocabulary = new Vocabulary($vocab);
Severity: Minor
Found in src/IpsumFactory.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 '27').
Open

                throw new InvalidArgumentException('Not a valid ipsum type.');
Severity: Minor
Found in src/IpsumFactory.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