- fix phpdoc comment for _disconnect function

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@14 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
Jim Wigginton 2008-05-15 17:46:51 +00:00
parent 148178da63
commit ad5bc5a1ef

View File

@ -65,7 +65,7 @@
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVII Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: SSH1.php,v 1.7 2008-05-15 17:40:03 terrafrost Exp $
* @version $Id: SSH1.php,v 1.8 2008-05-15 17:46:51 terrafrost Exp $
* @link http://phpseclib.sourceforge.net
*/
@ -787,12 +787,9 @@ class Net_SSH1 {
}
/**
* Gets Binary Packets
* Disconnect
*
* See '6. Binary Packet Protocol' of rfc4253 for more info.
*
* @see Net_SSH2::_send_binary_packet()
* @return String
* @param String $msg
* @access private
*/
function _disconnect($msg = 'Client Quit')