We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cadc3 commit 515178eCopy full SHA for 515178e
src/Client.php
@@ -241,11 +241,11 @@ public function getConnectPassword(): string
241
}
242
243
/**
244
- * @return int
+ * @return string
245
*/
246
- public function getConnectPort(): int
+ public function getConnectPort(): string
247
{
248
- return $this->connectPort;
+ return strval($this->connectPort);
249
250
251
0 commit comments