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 68ba18b commit 1a19ccbCopy full SHA for 1a19ccb
src/SSHConnection.php
@@ -13,7 +13,7 @@ class SSHConnection
13
private $password;
14
private $publicKeyPath;
15
private $privateKeyPath;
16
- private $connected;
+ private $connected = false;
17
private $resource;
18
19
public function to(string $hostname): self
0 commit comments