Skip to content

feat: pass parameters natively via http interface along the query #358

feat: pass parameters natively via http interface along the query

feat: pass parameters natively via http interface along the query #358

Triggered via pull request January 12, 2024 08:59
Status Failure
Total duration 36s
Artifacts

static-analysis.yml

on: pull_request
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Fit to window
Zoom out
Zoom in

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.