From a905d6e78e67a2c94a97a056a94f4e642bb5c667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Organek?= Date: Wed, 3 Dec 2014 12:22:28 +0100 Subject: [PATCH] Fixed return comment for send method. --- src/Ssh/Sftp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Ssh/Sftp.php b/src/Ssh/Sftp.php index edff707..8dae054 100644 --- a/src/Ssh/Sftp.php +++ b/src/Ssh/Sftp.php @@ -184,7 +184,8 @@ public function receive($distant, $local) * @param string $local The local filename * @param string $distant The distant filename * - * @return boolean TRUE on success, or FALSE on failure + * @return integer|false The number of bytes that were sent, + * or FALSE on failure */ public function send($local, $distant) {