From c46ff0cff28053ed0301e98f3a9519bfd4949799 Mon Sep 17 00:00:00 2001 From: Andreas Weber Date: Tue, 16 Jun 2015 16:53:39 +0200 Subject: [PATCH] Update Sftp.php Update method docblock --- src/Ssh/Sftp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ssh/Sftp.php b/src/Ssh/Sftp.php index 8dae054..04b4bd9 100644 --- a/src/Ssh/Sftp.php +++ b/src/Ssh/Sftp.php @@ -156,6 +156,7 @@ public function read($filename) * Writes the given content to the specified remote file * * @param string $filename The remote filename + * @param string $content The file content * * @return integer The number of bytes that were written into the file, or * FALSE on failure