canax/stylechooser

View on GitHub

Showing 1 of 1 total issue

Avoid unused local variables such as '$value'.
Open

        foreach ($this->styles as $key => $value) {

UnusedLocalVariable

Since: 0.2

Detects when a local variable is declared and/or assigned, but not used.

Example

class Foo {
    public function doSomething()
    {
        $i = 5; // Unused
    }
}

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

Severity
Category
Status
Source
Language