src/Grant/Grant.php
Doc-block of $http
in auth
contains phpdoc param type \Baguette\Mastodon\Grant\Client
which is incompatible with the param type \GuzzleHttp\ClientInterface
declared in the signature Open
Open
* @param Client $http
- Exclude checks
Parameter $http
has undeclared type \GuzzleHttp\ClientInterface
Open
Open
abstract public function auth(GuzzleHttpClient $http, AuthFactory $factory, Scope $scope);
- Exclude checks