chore(deps): update dependency symfony/http-client to v7 #335
static-analysis.yml
on: pull_request
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Annotations
5 errors
Static Analysis with PHPStan (8.2):
src/Client/Http/LoggerPlugin.php#L22
Method SimPod\ClickHouseClient\Client\Http\LoggerPlugin::handleRequest() has parameter $first with generic interface Http\Promise\Promise but does not specify its types: T
|
Static Analysis with PHPStan (8.2):
src/Client/Http/LoggerPlugin.php#L22
Method SimPod\ClickHouseClient\Client\Http\LoggerPlugin::handleRequest() has parameter $next with generic interface Http\Promise\Promise but does not specify its types: T
|
Static Analysis with PHPStan (8.2):
src/Client/Http/LoggerPlugin.php#L22
Method SimPod\ClickHouseClient\Client\Http\LoggerPlugin::handleRequest() return type with generic interface Http\Promise\Promise does not specify its types: T
|
Static Analysis with PHPStan (8.2):
src/Client/Http/LoggerPlugin.php#L28
Parameter #1 $onFulfilled of method Http\Promise\Promise<mixed>::then() expects (callable(mixed): Psr\Http\Message\ResponseInterface)|null, Closure(Psr\Http\Message\ResponseInterface): Psr\Http\Message\ResponseInterface given.
|
Static Analysis with PHPStan (8.2)
Process completed with exit code 1.
|