Showing 443 of 443 total issues
Class uses undeclared trait \Teto\Object\TypedProperty
Open
Open
class Attachment extends Entity
- Exclude checks
Possibly zero references to use statement for classlike/namespace Mastodon
(\Baguette\Mastodon)
Open
Open
use Baguette\Mastodon;
- Exclude checks
Call to method in
from undeclared class \Respect\Validation\Validator
Open
Open
v::in(Toot::$VISIBILITIES)->assert($options['visibility']);
- Exclude checks
Return type of http()
is undeclared type \GuzzleHttp\ClientInterface
Open
Open
function http(\GuzzleHttp\ClientInterface $client = null)
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Config\DotEnvStorageTest::assertEquals
Open
Open
$this->assertEquals($expected['getAppName'], $actual->getAppName());
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Entity\AccountTest::assertEquals
Open
Open
$this->assertEquals(isset($input['id']) ? $input['id'] : null, $actual->id);
- Exclude checks
Call to method info
from undeclared class \Monolog\Logger
Open
Open
chrome_log()->info("redirect", ['state' => $state, 'session' => $_SESSION]);
- Exclude checks
Call to method __construct
from undeclared class \GuzzleHttp\Client
(Did you mean class \Baguette\Mastodon\Client) Open
Open
$this->api_http_client = new \GuzzleHttp\Client([
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Entity\Context::setProperties
Open
Open
$this->setProperties(mapValues($properties, [
- Exclude checks
Call to undeclared method \Baguette\Mastodon\Entity\Instance::setProperties
Open
Open
$this->setProperties($properties);
- Exclude checks
Class uses undeclared trait \Teto\Object\TypedProperty
Open
Open
class Notification extends Entity
- Exclude checks
Parameter $stub
has undeclared type \Symfony\Component\VarDumper\Cloner\Stub
Open
Open
public function __invoke(Entity $c, array $_, Stub $stub, $isNested)
- Exclude checks
Parameter $http
has undeclared type \GuzzleHttp\ClientInterface
Open
Open
public function auth(Client $http, AuthFactory $factory, Scope $scope = null)
- Exclude checks
Call to method intVal
from undeclared class \Respect\Validation\Validator
Open
Open
v::intVal()->assert($status_id);
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\AuthFactory->client_secret
defined at src/Service/AuthFactory.php:17
Open
Open
$this->client_secret = $client_secret;
- Exclude checks
Call to undeclared function \GuzzleHttp\json_decode()
(Did you mean \json_decode() or \json_encode()) Open
Open
return Authorization::fromObject(\GuzzleHttp\json_decode($res->getBody()));
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\authorization->token_type
defined at src/Service/Authorization.php:12
Open
Open
$this->token_type = $token_type;
- Exclude checks
Class uses undeclared trait \Teto\Object\PrivateGetter
Open
Open
class Toot
- Exclude checks
Return type of request()
is undeclared type \Psr\Http\Message\ResponseInterface
Open
Open
function request(Mastodon $service, $method, $path, $options, $class = null)
- Exclude checks
Call to method __construct
from undeclared class \Whoops\Handler\PrettyPageHandler
Open
Open
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
- Exclude checks