phoole/middleware

View on GitHub

Showing 2 of 2 total issues

Missing class import via use statement (line '128', column '19').
Open

        throw new \LogicException('unknown type of default handler');
Severity: Minor
Found in src/Queue.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 unused parameters such as '$request'.
Open

                function(ServerRequestInterface $request) use ($defaultResponse) {
Severity: Minor
Found in src/Queue.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Severity
Category
Status
Source
Language