Passed
Push — master ( 5b5e9c...5b3e8e )
by Jay
04:01
created
src/Ftp/Driver/Sftp.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
      * Put file on ftp server
202 202
      * @param string $remoteFile
203 203
      * @param string $localFile
204
-     * @return bool
204
+     * @return integer
205 205
      */
206 206
     public function put($remoteFile, $localFile)
207 207
     {
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
 
254 254
     /**
255 255
      * @param string $fileName
256
-     * @param mixed $data
256
+     * @param string $data
257 257
      * @param int $flags
258 258
      * @param resource $context
259 259
      * @return int
Please login to merge, or discard this patch.