BaguettePHP/mastodon-api

View on GitHub
src/Grant/Grant.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $http has undeclared type \GuzzleHttp\ClientInterface
Open

    abstract public function auth(GuzzleHttpClient $http, AuthFactory $factory, Scope $scope);
Severity: Minor
Found in src/Grant/Grant.php by phan

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

     * @param Client      $http
Severity: Minor
Found in src/Grant/Grant.php by phan

There are no issues that match your filters.

Category
Status