skqr/hateoas

View on GitHub
JsonApi/Serializer/SearchResultMetadataSerializer.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid using static access to class '\GoIntegro\Hateoas\Util\Inflector' in method 'serialize'.
Open

                $method = 'get' . Inflector::camelize($property, TRUE);

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

There must be one USE keyword per declaration
Open

use GoIntegro\Hateoas\JsonApi\Document,

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

                $method = 'get' . Inflector::camelize($property, TRUE);

Expected 0 spaces after opening bracket; newline found
Open

        if (

There are no issues that match your filters.

Category
Status