Ao executar composer check
estou tendo um erro gigante que não estou entendendo:
vendor/guzzlehttp/guzzle\src\BodySummarizer.php:25 PhanUndeclaredClassMethod Call to
method bodySummary from undeclared class \GuzzleHttp\Psr7\Message
vendor/guzzlehttp/guzzle\src\BodySummarizer.php:26 PhanUndeclaredClassMethod Call to method bodySummary from undeclared class \GuzzleHttp\Psr7\Message
vendor/guzzlehttp/guzzle\src\Client.php:17 PhanUndeclaredInterface Class implements undeclared interface \Psr\Http\Client\ClientInterface (Did you mean to configure a stub with https://github.com/phan/phan/wiki/How-To-Use-Stubs#internal-stubs or to enable the extension providing the class. or interface \GuzzleHttp\ClientInterface)
vendor/guzzlehttp/guzzle\src\Client.php:67 PhanUndeclaredClassMethod Call to method uriFor from undeclared class \GuzzleHttp\Psr7\Utils (Did you mean class \GuzzleHttp\Utils)
vendor/guzzlehttp/guzzle\src\Client.php:81 PhanUndeclaredTypeReturnType Return type of __call() is undeclared type \GuzzleHttp\Promise\PromiseInterface
vendor/guzzlehttp/guzzle\src\Client.php:101 PhanUndeclaredTypeReturnType Return type of sendAsync() is undeclared type \GuzzleHttp\Promise\PromiseInterface
vendor/guzzlehttp/guzzle\src\Client.php:120 PhanTypeInvalidThrowsIsInterface @throws annotation of send has suspicious interface type \GuzzleHttp\Exception\GuzzleException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
vendor/guzzlehttp/guzzle\src\Client.php:123 PhanUndeclaredClassMethod Call to method wait from undeclared class \GuzzleHttp\Promise\PromiseInterface
vendor/guzzlehttp/guzzle\src\Client.php:133 PhanUndeclaredVariableDim Variable $options was undeclared, but array fields are being
added to it.
vendor/guzzlehttp/guzzle\src\Client.php:137 PhanUndeclaredClassMethod Call to method wait from undeclared class \GuzzleHttp\Promise\PromiseInterface
vendor/guzzlehttp/guzzle\src\Client.php:152 PhanUndeclaredTypeReturnType Return type of requestAsync() is undeclared type \GuzzleHttp\Promise\PromiseInterface
vendor/guzzlehttp/guzzle\src\Client.php:160 PhanUndeclaredClassMethod Call to method uriFor from undeclared class \GuzzleHttp\Psr7\Utils (Did you mean class \GuzzleHttp\Utils)
vendor/guzzlehttp/guzzle\src\Client.php:164 PhanUndeclaredClassMethod Call to method __construct from undeclared class \GuzzleHttp\Psr7\Request
vendor/guzzlehttp/guzzle\src\Client.php:168 PhanTypeMismatchArgument Argument 1 ($request) is $request of type \GuzzleHttp\Psr7\Request but \GuzzleHttp\Client::transfer() takes \Psr\Http\Message\RequestInterface defined at vendor/guzzlehttp/guzzle\src\Client.php:324