mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-09 23:28:33 +00:00
CS adjustment
This commit is contained in:
parent
28211e5a49
commit
023f5c00be
@ -3693,7 +3693,7 @@ class Net_SFTP extends Net_SSH2
|
|||||||
{
|
{
|
||||||
$this->use_request_id = false;
|
$this->use_request_id = false;
|
||||||
$this->pwd = false;
|
$this->pwd = false;
|
||||||
$this->requestBuffer = [];
|
$this->requestBuffer = array();
|
||||||
$this->partial_init = false;
|
$this->partial_init = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user