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 cdf539c commit e98bdcbCopy full SHA for e98bdcb
src/SSH2.php
@@ -34,7 +34,7 @@ class SSH2 {
34
protected $conn;
35
protected $authentication = false;
36
37
- public function __construct($host, SSH2Authentication $auth, $port = 22) {
+ public function __construct($host, Authentication $auth, $port = 22) {
38
$this->conn = ssh2_connect($host, $port);
39
if ($this->is_connected()) {
40
switch (get_class($auth)) {
0 commit comments