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 * Returns all errors
* *
* @return string * @return string[]
* @access public * @access public
*/ */
function getErrors() function getErrors()