autowp/autowp

View on GitHub
module/Application/test/Data.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid using static access to class '\Laminas\Http\Header\Authorization' in method 'getAdminAuthHeader'.
Open

        return Authorization::fromString('Authorization: Bearer ' . $tokens['access_token']);
Severity: Minor
Found in module/Application/test/Data.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

Possibly zero references to public method \ApplicationTest\Data::getAdminAuthHeader()
Open

    public static function getAdminAuthHeader(array $keycloak): Authorization
Severity: Minor
Found in module/Application/test/Data.php by phan

Possibly zero references to class \ApplicationTest\Data
Open

class Data
Severity: Minor
Found in module/Application/test/Data.php by phan

There are no issues that match your filters.

Category
Status