JsonApi/Serializer/SearchResultMetadataSerializer.php
Avoid using static access to class '\GoIntegro\Hateoas\Util\Inflector' in method 'serialize'. Open
Open
$method = 'get' . Inflector::camelize($property, TRUE);
- Read upRead up
- Exclude checks
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
Open
use GoIntegro\Hateoas\JsonApi\Document,
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE" Open
Open
$method = 'get' . Inflector::camelize($property, TRUE);
- Exclude checks
Expected 0 spaces after opening bracket; newline found Open
Open
if (
- Exclude checks