Passed
Push — master ( 38e5c5...adb06a )
by frey
48s
created
src/ServiceProvider.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,9 +30,9 @@
 block discarded – undo
30 30
         });
31 31
 
32 32
         Storage::disk('cosv4')
33
-               ->addPlugin(new PutRemoteFile())
34
-               ->addPlugin(new PutRemoteFileAs())
35
-               ->addPlugin(new GetUrl());
33
+                ->addPlugin(new PutRemoteFile())
34
+                ->addPlugin(new PutRemoteFileAs())
35
+                ->addPlugin(new GetUrl());
36 36
     }
37 37
 
38 38
     /**
Please login to merge, or discard this patch.
src/Client/Cosapi.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
      * 'x-cos-meta-自定义内容' => '*'
214 214
      */
215 215
     public static function update($bucket, $path,
216
-                                  $bizAttr = null, $authority = null, $customer_headers_array = null)
216
+                                    $bizAttr = null, $authority = null, $customer_headers_array = null)
217 217
     {
218 218
         $path = self::normalizerPath($path);
219 219
 
Please login to merge, or discard this patch.