Skip to content

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

feat: pass parameters natively via http interface along the query

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

Triggered via pull request January 12, 2024 09:56
@simPodsimPod
synchronize #224
parameters
Status Failure
Total duration 1m 5s
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

10 errors
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#L59
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#L74
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/RequestOptions.php#L17
Method SimPod\ClickHouseClient\Client\Http\RequestOptions::__construct() has parameter $parameters with no value type specified in iterable type array.
Static Analysis with PHPStan (8.2): src/Client/Http/RequestOptions.php#L17
PHPDoc tag @param for parameter $parameters with type array<string, mixed>|null is not subtype of native type array.
Static Analysis with PHPStan (8.2): src/Client/Http/RequestOptions.php#L21
PHPDoc type for property SimPod\ClickHouseClient\Client\Http\RequestOptions::$parameters with type array<string, mixed>|null is not subtype of native type array.
Static Analysis with PHPStan (8.2): src/Client/PsrClickHouseAsyncClient.php#L23
Property SimPod\ClickHouseClient\Client\PsrClickHouseAsyncClient::$sqlFactory is never read, only written.
Static Analysis with PHPStan (8.2): src/Client/PsrClickHouseAsyncClient.php#L85
Method SimPod\ClickHouseClient\Client\PsrClickHouseAsyncClient::executeRequest() has parameter $params with no value type specified in iterable type array.
Static Analysis with PHPStan (8.2): src/Client/PsrClickHouseClient.php#L45
Method SimPod\ClickHouseClient\Client\PsrClickHouseClient::executeQuery() has parameter $params with no value type specified in iterable type array.
Static Analysis with PHPStan (8.2): src/Client/PsrClickHouseClient.php#L148
Method SimPod\ClickHouseClient\Client\PsrClickHouseClient::executeRequest() has parameter $params with no value type specified in iterable type array.