Skip to content

Commit 8a45e3b

Browse files
committed
refactor(Bridge): update client property to allow nullability in DSL Bridge
1 parent 3473c48 commit 8a45e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DSL/Bridge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Bridge
2020

2121
protected Connection $connection;
2222

23-
protected Client $client;
23+
protected ?Client $client;
2424

2525
protected ?string $errorLogger;
2626

0 commit comments

Comments
 (0)