CS adjustment

This commit is contained in:
terrafrost 2024-05-17 18:40:42 -05:00
parent 28211e5a49
commit 023f5c00be

View File

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