Skip to content

Commit 37dba66

Browse files
committed
fixup! fix(types): add type hints to Session and Query for PHP 8.x compatibility
1 parent 30c5f75 commit 37dba66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class Session
1414
{
1515
// instance variables.
16-
protected Socket|false $socket;
16+
protected \Socket|false $socket;
1717
protected ?string $info = null;
1818
protected string $buffer = '';
1919
protected int $bpos = 0;

0 commit comments

Comments
 (0)