We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7afbd commit 9835f47Copy full SHA for 9835f47
src/Client/PsrClickHouseAsyncClient.php
@@ -21,7 +21,7 @@
21
22
use function uniqid;
23
24
-readonly class PsrClickHouseAsyncClient implements ClickHouseAsyncClient
+class PsrClickHouseAsyncClient implements ClickHouseAsyncClient
25
{
26
private SqlFactory $sqlFactory;
27
src/Client/PsrClickHouseClient.php
@@ -36,7 +36,7 @@
36
use function sprintf;
37
38
39
-readonly class PsrClickHouseClient implements ClickHouseClient
+class PsrClickHouseClient implements ClickHouseClient
40
41
private ValueFormatter $valueFormatter;
42
0 commit comments