Skip to content

Commit e98bdcb

Browse files
committed
fix
1 parent cdf539c commit e98bdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SSH2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SSH2 {
3434
protected $conn;
3535
protected $authentication = false;
3636

37-
public function __construct($host, SSH2Authentication $auth, $port = 22) {
37+
public function __construct($host, Authentication $auth, $port = 22) {
3838
$this->conn = ssh2_connect($host, $port);
3939
if ($this->is_connected()) {
4040
switch (get_class($auth)) {

0 commit comments

Comments
 (0)