mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
SCP: Add missing space after case statement.
This commit is contained in:
parent
630a71bee6
commit
f40bb9190f
@ -129,7 +129,7 @@ class Net_SCP
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch (strtolower(get_class($ssh))) {
|
switch (strtolower(get_class($ssh))) {
|
||||||
case'net_ssh2':
|
case 'net_ssh2':
|
||||||
$this->mode = NET_SCP_SSH2;
|
$this->mode = NET_SCP_SSH2;
|
||||||
break;
|
break;
|
||||||
case 'net_ssh1':
|
case 'net_ssh1':
|
||||||
|
Loading…
Reference in New Issue
Block a user