BaguettePHP/mastodon-api

View on GitHub
src/Entity/Error_.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared method \Baguette\Mastodon\Entity\Error_::setProperties
Open

        $this->setProperties($properties);
Severity: Critical
Found in src/Entity/Error_.php by phan

Class uses undeclared trait \Teto\Object\TypedProperty
Open

class Error_ extends Entity
Severity: Critical
Found in src/Entity/Error_.php by phan

The class Error_ is not named in CamelCase.
Open

class Error_ extends Entity
{
    use \Teto\Object\TypedProperty;

    private static $property_types = [
Severity: Minor
Found in src/Entity/Error_.php by phpmd

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

There are no issues that match your filters.

Category
Status