Skip to content

Commit 9835f47

Browse files
authored
refactor: drop readonly in client classes (#305)
1 parent aa7afbd commit 9835f47

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
@@ -21,7 +21,7 @@
2121

2222
use function uniqid;
2323

24-
readonly class PsrClickHouseAsyncClient implements ClickHouseAsyncClient
24+
class PsrClickHouseAsyncClient implements ClickHouseAsyncClient
2525
{
2626
private SqlFactory $sqlFactory;
2727

src/Client/PsrClickHouseClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
use function sprintf;
3737
use function uniqid;
3838

39-
readonly class PsrClickHouseClient implements ClickHouseClient
39+
class PsrClickHouseClient implements ClickHouseClient
4040
{
4141
private ValueFormatter $valueFormatter;
4242

0 commit comments

Comments
 (0)