Skip to content

Commit 88052b5

Browse files
authored
fix: columns for insert should be of list type (#245)
1 parent 3f2c466 commit 88052b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client/ClickHouseClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function selectWithParams(string $query, array $params, Format $outputFor
6464

6565
/**
6666
* @param array<array<mixed>> $values
67-
* @param array<string>|null $columns
67+
* @param list<string>|null $columns
6868
* @param array<string, float|int|string> $settings
6969
*
7070
* @throws CannotInsert

0 commit comments

Comments
 (0)