Passed
Push — master ( b6c68e...0a1086 )
by Elizandro
02:44
created
src/Tnt/Tracking/Tnt.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
         $factory = new Factory();
109 109
         $client = $factory->create(new Client(), 'https://ws.tntbrasil.com.br/servicos/Localizacao?wsdl');
110 110
         try {
111
-            $promise = $client->callAsync('localizaMercadoria', $this->buildRequest())->then(function ($response) {
111
+            $promise = $client->callAsync('localizaMercadoria', $this->buildRequest())->then(function($response) {
112 112
                 var_dump($this, $response);
113 113
 
114 114
                 $this->parseResult($response);
Please login to merge, or discard this patch.