Fix return type hint of SSH2::read()

This commit is contained in:
Simon Podlipsky 2020-04-28 10:29:13 +02:00 committed by terrafrost
parent c301ddf38f
commit e29f5bda14

View File

@ -3019,7 +3019,7 @@ class Net_SSH2
* @see self::write()
* @param string $expect
* @param int $mode
* @return string
* @return string|bool
* @access public
*/
function read($expect = '', $mode = NET_SSH2_READ_SIMPLE)