codeformunich/Muenchen-Transparent

View on GitHub
protected/commands/IndexNewDocumentsCommand.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid unused parameters such as '$args'.
Open

    public function run($args)

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

FIXME found
Open

            if ($dokument == null) { // FIXME: Es gibt `dokumente`, die keine `Dokument`e sind, z.B.`3557949`

There are no issues that match your filters.

Category
Status