Completed
Pull Request — master (#118)
by
unknown
11:53
created
src/Tracking.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -311,8 +311,9 @@
 block discarded – undo
311 311
      */
312 312
     private function formatResponse(SimpleXMLElement $response)
313 313
     {
314
-        if($this->allowMultipleShipments)
315
-            return $this->convertXmlObject($response);
314
+        if($this->allowMultipleShipments) {
315
+                    return $this->convertXmlObject($response);
316
+        }
316 317
 
317 318
         return $this->convertXmlObject($response->Shipment);
318 319
     }
Please login to merge, or discard this patch.