mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
- update phpDoc comments for Net_SSH1::interactiveRead()
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@25 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
1eb6ac05c0
commit
01ddc53c6d
@ -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.9 2008-05-25 07:28:57 terrafrost Exp $
|
||||
* @version $Id: SSH1.php,v 1.10 2009-03-09 22:00:17 terrafrost Exp $
|
||||
* @link http://phpseclib.sourceforge.net
|
||||
*/
|
||||
|
||||
@ -737,8 +737,7 @@ class Net_SSH1 {
|
||||
* there's not going to be much recourse.
|
||||
*
|
||||
* @see Net_SSH1::interactiveRead()
|
||||
* @param String $cmd
|
||||
* @return Boolean
|
||||
* @return String
|
||||
* @access public
|
||||
*/
|
||||
function interactiveRead()
|
||||
|
Loading…
Reference in New Issue
Block a user