@@ -25,7 +25,7 @@ |
||
| 25 | 25 | __DIR__.'/filesystems.php' => config_path('filesystems.php'), |
| 26 | 26 | ]); |
| 27 | 27 | |
| 28 | - Storage::extend('cosv3', function ($app, $config) { |
|
| 28 | + Storage::extend('cosv3', function($app, $config) { |
|
| 29 | 29 | return new Filesystem(new Adapter($config)); |
| 30 | 30 | }); |
| 31 | 31 | |
@@ -800,7 +800,7 @@ |
||
| 800 | 800 | * |
| 801 | 801 | * @param string $path 待编码路径 |
| 802 | 802 | * |
| 803 | - * @return mixed |
|
| 803 | + * @return string |
|
| 804 | 804 | */ |
| 805 | 805 | private static function cosUrlEncode($path) |
| 806 | 806 | { |