YiiRocks/yii2-fontawesome-inline

View on GitHub

Showing 1 of 1 total issue

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

        foreach (Yii::$app->components as $key => $value) {
Severity: Minor
Found in src/bootstrap4/ActiveField.php by phpmd

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