Passed
Push — master ( c2ddb2...b6c68e )
by Elizandro
03:14 queued 01:36
created
src/TamCargo/quote/TamCargoSetParameters.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,8 +148,8 @@
 block discarded – undo
148 148
                 $xpath = new \DOMXpath($doc);
149 149
                 if ($xpath->query('//*[@id="form:j_idt123_input"]/option[2]')->item(0)) {
150 150
                     $this->payer = $xpath->query('//*[@id="form:j_idt123_input"]/option[2]')
151
-                                         ->item(0)
152
-                                         ->getAttribute('value');
151
+                                            ->item(0)
152
+                                            ->getAttribute('value');
153 153
                 }
154 154
 
155 155
                 $this->setOriginAirport();
Please login to merge, or discard this patch.
src/Correios/quote/Correios.php 1 patch
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.