SFTP: CS adjustment

This commit is contained in:
terrafrost 2024-05-17 18:58:08 -05:00
parent 8214bd6079
commit c24e2e38b5

View File

@ -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;