mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 17:18:25 +00:00
SSH2: phpdoc changes
This commit is contained in:
parent
ab341df973
commit
8f08301744
@ -786,7 +786,8 @@ class Net_SSH2
|
|||||||
/**
|
/**
|
||||||
* Hostname
|
* Hostname
|
||||||
*
|
*
|
||||||
* @see Net_SSH2::login()
|
* @see Net_SSH2::Net_SSH2()
|
||||||
|
* @see Net_SSH2::_connect()
|
||||||
* @var String
|
* @var String
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
@ -795,7 +796,8 @@ class Net_SSH2
|
|||||||
/**
|
/**
|
||||||
* Port Number
|
* Port Number
|
||||||
*
|
*
|
||||||
* @see Net_SSH2::login()
|
* @see Net_SSH2::Net_SSH2()
|
||||||
|
* @see Net_SSH2::_connect()
|
||||||
* @var Integer
|
* @var Integer
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
@ -806,7 +808,8 @@ class Net_SSH2
|
|||||||
*
|
*
|
||||||
* For historical BC purposes setTimeout() does not effect timeout of constructor
|
* For historical BC purposes setTimeout() does not effect timeout of constructor
|
||||||
*
|
*
|
||||||
* @see Net_SSH2::login()
|
* @see Net_SSH2::Net_SSH2()
|
||||||
|
* @see Net_SSH2::_connect()
|
||||||
* @var Integer
|
* @var Integer
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user