BaguettePHP/mastodon-api

View on GitHub
src/Entity/Status.php

Summary

Maintainability
A
0 mins
Test Coverage

Class uses undeclared trait \Teto\Object\TypedProperty
Open

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

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

        $this->setProperties(mapValues($properties, [
Severity: Critical
Found in src/Entity/Status.php by phan

Reference to undeclared property \Baguette\Mastodon\Entity\Status->in_reply_to_account_id (Did you mean expr->in_reply_to_accountid)
Open

            'in_reply_to_account_id' => $this->in_reply_to_account_id,
Severity: Minor
Found in src/Entity/Status.php by phan

Comment declares @property* $media_attachments multiple times
Open

class Status extends Entity
Severity: Info
Found in src/Entity/Status.php by phan

There are no issues that match your filters.

Category
Status