Completed
Push — master ( 6de68d...83f122 )
by Vladimir
02:45 queued 49s
created
src/CurlFtpAdapter.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use League\Flysystem\Config;
9 9
 use League\Flysystem\Util\MimeType;
10 10
 use League\Flysystem\AdapterInterface;
11
-use League\Flysystem\NotSupportedException;
12 11
 use League\Flysystem\Adapter\AbstractFtpAdapter;
13 12
 
14 13
 class CurlFtpAdapter extends AbstractFtpAdapter
Please login to merge, or discard this patch.