mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
SSH2: phpdoc updates
This commit is contained in:
parent
677a291cb3
commit
0ad0bb4c37
@ -759,7 +759,7 @@ class Net_SSH2
|
||||
/**
|
||||
* Log Boundary
|
||||
*
|
||||
* @see Net_SSH2::_format_log
|
||||
* @see Net_SSH2::_format_log()
|
||||
* @var String
|
||||
* @access private
|
||||
*/
|
||||
@ -768,7 +768,7 @@ class Net_SSH2
|
||||
/**
|
||||
* Log Long Width
|
||||
*
|
||||
* @see Net_SSH2::_format_log
|
||||
* @see Net_SSH2::_format_log()
|
||||
* @var Integer
|
||||
* @access private
|
||||
*/
|
||||
@ -777,7 +777,7 @@ class Net_SSH2
|
||||
/**
|
||||
* Log Short Width
|
||||
*
|
||||
* @see Net_SSH2::_format_log
|
||||
* @see Net_SSH2::_format_log()
|
||||
* @var Integer
|
||||
* @access private
|
||||
*/
|
||||
@ -824,7 +824,7 @@ class Net_SSH2
|
||||
* @param String $host
|
||||
* @param optional Integer $port
|
||||
* @param optional Integer $timeout
|
||||
* @see login
|
||||
* @see Net_SSH2::login()
|
||||
* @return Net_SSH2
|
||||
* @access public
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user