Completed
Branch master (c62746)
by Zeid
03:23
created
src/KeyPic/KeyPic.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -377,12 +377,12 @@
 block discarded – undo
377 377
             "http://".$this->host,
378 378
             ['headers' => ['content-type' => 'application/x-www-form-urlencoded',
379 379
                             'User-Agent'   => $this->UserAgent],
380
-              'body'  => $fields,
381
-              'version' => 1.0
382
-              ]
380
+                'body'  => $fields,
381
+                'version' => 1.0
382
+                ]
383 383
         );
384 384
         
385
-             $result = $response->getBody()->getContents();
385
+                $result = $response->getBody()->getContents();
386 386
         
387 387
         if (empty($result) !== true) {
388 388
             return json_decode($result, true);
Please login to merge, or discard this patch.