mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 12:55:58 +01:00
Fix return type hint of SSH2::read()
This commit is contained in:
parent
c301ddf38f
commit
e29f5bda14
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user