Passed
Push — master ( cd1b64...6432aa )
by frey
47s
created
src/ServiceProvider.php 2 patches
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -27,16 +27,16 @@
 block discarded – undo
27 27
         }
28 28
 
29 29
         $this->app->make('filesystem')
30
-                  ->extend('cosv4', function ($app, $config) {
31
-                      $cosApi = new Api($config);
32
-                      $flysystem = new Filesystem(new Adapter($cosApi, $config));
30
+                    ->extend('cosv4', function ($app, $config) {
31
+                        $cosApi = new Api($config);
32
+                        $flysystem = new Filesystem(new Adapter($cosApi, $config));
33 33
 
34
-                      $flysystem->addPlugin(new PutRemoteFile());
35
-                      $flysystem->addPlugin(new PutRemoteFileAs());
36
-                      $flysystem->addPlugin(new GetUrl());
34
+                        $flysystem->addPlugin(new PutRemoteFile());
35
+                        $flysystem->addPlugin(new PutRemoteFileAs());
36
+                        $flysystem->addPlugin(new GetUrl());
37 37
 
38
-                      return $flysystem;
39
-                  });
38
+                        return $flysystem;
39
+                    });
40 40
     }
41 41
 
42 42
     /**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         }
28 28
 
29 29
         $this->app->make('filesystem')
30
-                  ->extend('cosv4', function ($app, $config) {
30
+                  ->extend('cosv4', function($app, $config) {
31 31
                       $cosApi = new Api($config);
32 32
                       $flysystem = new Filesystem(new Adapter($cosApi, $config));
33 33
 
Please login to merge, or discard this patch.