Skip to content

Commit

Permalink
Fixed return comment for send method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Organek committed Dec 3, 2014
1 parent cf25760 commit a905d6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ssh/Sftp.php
Expand Up @@ -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)
{
Expand Down

0 comments on commit a905d6e

Please sign in to comment.