Passed
Push — master ( 7494de...312a8a )
by Erjan
03:32
created
src/Api.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -137,12 +137,12 @@
 block discarded – undo
137 137
         }
138 138
         
139 139
         $response = json_decode($this->guzzle->post($this->api_url_files, [
140
-             'multipart' => [
141
-                 [
140
+                'multipart' => [
141
+                    [
142 142
                     'name' => 'file',
143 143
                     'contents' => fopen($filename, 'r')
144
-                 ]
145
-             ]
144
+                    ]
145
+                ]
146 146
         ])->getBody());
147 147
 
148 148
         if ((isset($response->success)) && ($response->success)) {
Please login to merge, or discard this patch.