mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 04:05:15 +00:00
Merge branch '3.0'
This commit is contained in:
commit
1b1c073d1e
@ -310,7 +310,7 @@ class SFTP extends SSH2
|
||||
*
|
||||
* Connects to an SFTP server
|
||||
*
|
||||
* @param string $host
|
||||
* @param mixed $host
|
||||
*/
|
||||
public function __construct($host, int $port = 22, int $timeout = 10)
|
||||
{
|
||||
@ -3032,7 +3032,7 @@ class SFTP extends SSH2
|
||||
*
|
||||
* Returns a string if PacketType::LOGGING == self::LOG_COMPLEX, an array if PacketType::LOGGING == self::LOG_SIMPLE and false if !defined('NET_SFTP_LOGGING')
|
||||
*
|
||||
* @return array|string
|
||||
* @return array|string|false
|
||||
*/
|
||||
public function getSFTPLog()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user