Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2024-02-07 22:43:03 -06:00
commit 8f3a66547a
2 changed files with 8 additions and 4 deletions

View File

@ -3446,7 +3446,7 @@ class SFTP extends SSH2
}
/**
* Returns all errors
* Returns all errors on the SFTP layer
*
* @return array
*/
@ -3456,7 +3456,7 @@ class SFTP extends SSH2
}
/**
* Returns the last error
* Returns the last error on the SFTP layer
*
* @return string
*/

View File

@ -4730,7 +4730,9 @@ class SSH2
}
/**
* Returns all errors
* Returns all errors / debug messages on the SSH layer
*
* If you are looking for messages from the SFTP layer, please see SFTP::getSFTPErrors()
*
* @return string[]
*/
@ -4740,7 +4742,9 @@ class SSH2
}
/**
* Returns the last error
* Returns the last error received on the SSH layer
*
* If you are looking for messages from the SFTP layer, please see SFTP::getLastSFTPError()
*
* @return string
*/