Completed
Push — master ( 36861d...250896 )
by Vladimir
04:55 queued 03:00
created
src/CurlFtpAdapter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -302,7 +302,7 @@  discard block
 block discarded – undo
302 302
      *
303 303
      * @param string $path
304 304
      *
305
-     * @return array|false
305
+     * @return string
306 306
      */
307 307
     public function read($path)
308 308
     {
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
      *
351 351
      * @param string $path
352 352
      *
353
-     * @return array|false
353
+     * @return string
354 354
      */
355 355
     public function getMetadata($path)
356 356
     {
Please login to merge, or discard this patch.