test with php 8.5 #58
static.yml
on: pull_request
PHPStan
13s
PHP-CS-Fixer
11s
Annotations
2 errors
|
PHPStan:
src/Promise/HttpRejectedPromise.php#L32
Parameter #1 $response of class Http\Client\Promise\HttpFulfilledPromise constructor expects Psr\Http\Message\ResponseInterface, mixed given.
|
|
PHPStan:
src/Promise/HttpFulfilledPromise.php#L28
Parameter #1 $response of class Http\Client\Promise\HttpFulfilledPromise constructor expects Psr\Http\Message\ResponseInterface, mixed given.
|