1
0
mirror of https://github.com/danog/phpseclib.git synced 2025-01-22 04:51:19 +01:00
This commit is contained in:
terrafrost 2018-08-11 23:56:15 -05:00
commit 6973285758
2 changed files with 2 additions and 2 deletions

View File

@ -923,7 +923,7 @@ class SSH1
* @see self::write()
* @param string $expect
* @param int $mode
* @return bool
* @return string
* @throws \RuntimeException on connection error
* @access public
*/

View File

@ -3030,7 +3030,7 @@ class SSH2
* @see self::write()
* @param string $expect
* @param int $mode
* @return string
* @return string|bool|null
* @throws \RuntimeException on connection error
* @access public
*/