mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
SFTP: CS adjustment
This commit is contained in:
parent
8214bd6079
commit
c24e2e38b5
@ -2911,7 +2911,7 @@ class SFTP extends SSH2
|
|||||||
/**
|
/**
|
||||||
* Resets the SFTP channel for re-use
|
* Resets the SFTP channel for re-use
|
||||||
*/
|
*/
|
||||||
private function reset_sftp()
|
private function reset_sftp(): void
|
||||||
{
|
{
|
||||||
$this->use_request_id = false;
|
$this->use_request_id = false;
|
||||||
$this->pwd = false;
|
$this->pwd = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user