Skip to content

Commit 371c751

Browse files
committed
readonly
1 parent ec444b7 commit 371c751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Client/PsrClickHouseAsyncClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
use function uniqid;
2525

26-
readonly class PsrClickHouseAsyncClient implements ClickHouseAsyncClient
26+
class PsrClickHouseAsyncClient implements ClickHouseAsyncClient
2727
{
2828
private SqlFactory $sqlFactory;
2929

src/Client/PsrClickHouseClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
use function sprintf;
3939
use function uniqid;
4040

41-
readonly class PsrClickHouseClient implements ClickHouseClient
41+
class PsrClickHouseClient implements ClickHouseClient
4242
{
4343
private ValueFormatter $valueFormatter;
4444

0 commit comments

Comments
 (0)