Passed
Pull Request — master (#4)
by Elizandro
01:41
created
src/Correios/quote/Correios.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
         try {
26 26
             $this->setQuoteWeight();
27 27
             $promise = $client->requestAsync('GET', 'http://201.48.198.97/calculador/CalcPrecoPrazo.aspx?' . http_build_query($this->buildRequest()))->then(function ($response) {
28
-                                  $this->parseResult($response);
29
-                              });
28
+                                    $this->parseResult($response);
29
+                                });
30 30
             $promise->wait();
31 31
         } catch (RequestException $e) {
32 32
             $this->result->status = 'ERROR';
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         $client = new Client();
25 25
         try {
26 26
             $this->setQuoteWeight();
27
-            $promise = $client->requestAsync('GET', 'http://201.48.198.97/calculador/CalcPrecoPrazo.aspx?' . http_build_query($this->buildRequest()))->then(function ($response) {
27
+            $promise = $client->requestAsync('GET', 'http://201.48.198.97/calculador/CalcPrecoPrazo.aspx?' . http_build_query($this->buildRequest()))->then(function($response) {
28 28
                                   $this->parseResult($response);
29 29
                               });
30 30
             $promise->wait();
Please login to merge, or discard this patch.