mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
CS adjustments
This commit is contained in:
parent
b7eaee4977
commit
4e1093fc22
@ -272,7 +272,7 @@ class SFTP extends SSH2
|
||||
* @var array
|
||||
* @access private
|
||||
*/
|
||||
var $requestBuffer = array();
|
||||
private $requestBuffer = array();
|
||||
|
||||
/**
|
||||
* Preserve timestamps on file downloads / uploads
|
||||
@ -282,7 +282,7 @@ class SFTP extends SSH2
|
||||
* @var bool
|
||||
* @access private
|
||||
*/
|
||||
var $preserveTime = false;
|
||||
private $preserveTime = false;
|
||||
|
||||
/**
|
||||
* Default Constructor.
|
||||
|
@ -640,7 +640,7 @@ class SSH2
|
||||
* @see self::exec()
|
||||
* @access private
|
||||
*/
|
||||
var $window_resize = 0x40000000;
|
||||
private $window_resize = 0x40000000;
|
||||
|
||||
/**
|
||||
* Window size, server to client
|
||||
@ -729,7 +729,7 @@ class SSH2
|
||||
* @see self::setKeepAlive()
|
||||
* @access private
|
||||
*/
|
||||
var $keepAlive;
|
||||
private $keepAlive;
|
||||
|
||||
/**
|
||||
* Real-time log file pointer
|
||||
|
Loading…
Reference in New Issue
Block a user