From 023f5c00be04c1af7feeffbba75f3c24976ab7a0 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Fri, 17 May 2024 18:40:42 -0500 Subject: [PATCH] CS adjustment --- phpseclib/Net/SFTP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SFTP.php b/phpseclib/Net/SFTP.php index 55d63f0b..610a6559 100644 --- a/phpseclib/Net/SFTP.php +++ b/phpseclib/Net/SFTP.php @@ -3693,7 +3693,7 @@ class Net_SFTP extends Net_SSH2 { $this->use_request_id = false; $this->pwd = false; - $this->requestBuffer = []; + $this->requestBuffer = array(); $this->partial_init = false; }