feat: pass parameters natively via http interface along the query #358
static-analysis.yml
on: pull_request
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Annotations
7 errors
Static Analysis with PHPStan (8.2):
src/Client/Http/LoggerPlugin.php#L30
PHPDoc tag @param for parameter $first contains generic type Http\Promise\Promise<Psr\Http\Message\ResponseInterface> but interface Http\Promise\Promise is not generic.
|
Static Analysis with PHPStan (8.2):
src/Client/Http/LoggerPlugin.php#L30
PHPDoc tag @param for parameter $next contains generic type Http\Promise\Promise<Psr\Http\Message\ResponseInterface> but interface Http\Promise\Promise is not generic.
|
Static Analysis with PHPStan (8.2):
src/Client/Http/LoggerPlugin.php#L30
PHPDoc tag @return contains generic type Http\Promise\Promise<Psr\Http\Message\ResponseInterface> but interface Http\Promise\Promise is not generic.
|
Static Analysis with PHPStan (8.2):
src/Client/Http/RequestFactory.php#L28
Property SimPod\ClickHouseClient\Client\Http\RequestFactory::$streamFactory is never read, only written.
|
Static Analysis with PHPStan (8.2):
src/Client/Http/RequestFactory.php#L57
Method SimPod\ClickHouseClient\Client\Http\RequestFactory::prepareRequest() throws checked exception InvalidArgumentException but it's missing from the PHPDoc @throws tag.
|
Static Analysis with PHPStan (8.2):
src/Client/Http/RequestFactory.php#L72
Method SimPod\ClickHouseClient\Client\Http\RequestFactory::prepareRequest() throws checked exception InvalidArgumentException but it's missing from the PHPDoc @throws tag.
|
Static Analysis with PHPStan (8.2)
Process completed with exit code 1.
|