Passed
Pull Request — master (#50)
by
unknown
16:10
created
src/Upyun/Uploader.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,9 +31,9 @@
 block discarded – undo
31 31
         if (! $useBlock) {
32 32
             $req = new Rest($this->config);
33 33
             return $req->request('PUT', $path)
34
-                       ->withHeaders($params)
35
-                       ->withFile($stream)
36
-                       ->send();
34
+                        ->withHeaders($params)
35
+                        ->withFile($stream)
36
+                        ->send();
37 37
         } else {
38 38
             return $this->pointUpload($path, $stream, $params);
39 39
         }
Please login to merge, or discard this patch.
src/Upyun/Upyun.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Upyun;
6 6
 
7 7
 use Upyun\Api\Rest;
8
-
9 8
 use GuzzleHttp\Client;
10 9
 use GuzzleHttp\Psr7;
11 10
 use GuzzleHttp;
Please login to merge, or discard this patch.