Skip to content

Commit cbd1b1c

Browse files
committed
fix: use right type for port property
1 parent 0fe267e commit cbd1b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Client.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ class Client
1818
private string $host;
1919

2020
/**
21-
* @var int
21+
* @var string
2222
*/
23-
private int $port;
23+
private string $port;
2424

2525
/**
2626
* @var string

0 commit comments

Comments
 (0)