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