mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-15 10:01:39 +00: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()
|
* @see self::write()
|
||||||
* @param string $expect
|
* @param string $expect
|
||||||
* @param int $mode
|
* @param int $mode
|
||||||
* @return string
|
* @return string|bool
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function read($expect = '', $mode = NET_SSH2_READ_SIMPLE)
|
function read($expect = '', $mode = NET_SSH2_READ_SIMPLE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user