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 ec444b7 commit 371c751Copy full SHA for 371c751
src/Client/PsrClickHouseAsyncClient.php
@@ -23,7 +23,7 @@
23
24
use function uniqid;
25
26
-readonly class PsrClickHouseAsyncClient implements ClickHouseAsyncClient
+class PsrClickHouseAsyncClient implements ClickHouseAsyncClient
27
{
28
private SqlFactory $sqlFactory;
29
src/Client/PsrClickHouseClient.php
@@ -38,7 +38,7 @@
38
use function sprintf;
39
40
41
-readonly class PsrClickHouseClient implements ClickHouseClient
+class PsrClickHouseClient implements ClickHouseClient
42
43
private ValueFormatter $valueFormatter;
44
0 commit comments