@@ -302,7 +302,7 @@ discard block |
||
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 |
||
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 | { |
@@ -8,7 +8,6 @@ |
||
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 |