Merge branch '3.0'

This commit is contained in:
terrafrost 2022-05-13 15:04:33 -05:00
commit 62c36daa67

View File

@ -2115,7 +2115,7 @@ class SFTP extends SSH2
* @param int $length
* @param callable|null $progressCallback
* @throws \UnexpectedValueException on receipt of unexpected packets
* @return string|false
* @return string|bool
*/
public function get($remote_file, $local_file = false, $offset = 0, $length = -1, $progressCallback = null)
{