steeffeen/FancyManiaLinks

View on GitHub
FML/Components/RadioButtonGroup.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Avoid using static access to class '\FML\Script\Features\ScriptFeature' in method 'getScriptFeatures'.
Open

        return ScriptFeature::collect($this->feature, $this->getEntry());
Severity: Minor
Found in FML/Components/RadioButtonGroup.php by phpmd

StaticAccess

Since: 1.4.0

Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

Example

class Foo
{
    public function bar()
    {
        Bar::baz();
    }
}

Source https://phpmd.org/rules/cleancode.html#staticaccess

The closing brace for the class must go on the next line after the body
Open

}

There are no issues that match your filters.

Category
Status