1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00

Fix return type for Read()

This commit is contained in:
Simon Podlipsky 2018-07-22 14:17:15 +03:00
parent 790b9cb22c
commit d598204874
No known key found for this signature in database
GPG Key ID: 725C2BD962B42663
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
*/