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
1 changed files with 1 additions and 1 deletions

View File

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