src/Service/AuthFactory.php
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
Class uses undeclared trait \Teto\Object\PrivateGetter
Open
Open
class AuthFactory
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\AuthFactory->client
defined at src/Service/AuthFactory.php:15
Open
Open
$this->client = $client;
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\AuthFactory->grant
defined at src/Service/AuthFactory.php:18
Open
Open
$this->grant = $grant;
- Exclude checks
Cannot modify read-only magic property \Baguette\Mastodon\Service\AuthFactory->client_id
defined at src/Service/AuthFactory.php:16
Open
Open
$this->client_id = $client_id;
- Exclude checks