Merge pull request #1284 from simPod/fix-types

Fix return type for Read()
This commit is contained in:
terrafrost 2018-07-24 15:51:33 -05:00 committed by GitHub
commit f434acc167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
*/