SSH2: phpdoc updates

This commit is contained in:
terrafrost 2014-04-07 15:43:31 -05:00
parent 677a291cb3
commit 0ad0bb4c37

View File

@ -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
*/