1
0
mirror of https://github.com/danog/phpseclib.git synced 2025-01-22 04:51:19 +01:00

Fixed confusing SSH2::getErrors return type

This commit is contained in:
artyhedgehog 2016-04-13 12:59:55 +03:00 committed by terrafrost
parent d22bcd63cc
commit 0dd04d1e9b

View File

@ -3875,7 +3875,7 @@ class Net_SSH2
/**
* Returns all errors
*
* @return string
* @return string[]
* @access public
*/
function getErrors()