Skip to content

Commit 9831529

Browse files
committed
Merge pull request #40 from f4il/sftp-send-comment-fix
Fixed return comment for send method.
2 parents cf25760 + a905d6e commit 9831529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Ssh/Sftp.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ public function receive($distant, $local)
184184
* @param string $local The local filename
185185
* @param string $distant The distant filename
186186
*
187-
* @return boolean TRUE on success, or FALSE on failure
187+
* @return integer|false The number of bytes that were sent,
188+
* or FALSE on failure
188189
*/
189190
public function send($local, $distant)
190191
{

0 commit comments

Comments
 (0)