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