Passed
Branch master (7a0957)
by Elizandro
02:25
created
Category
examples/tracking/Tnt.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,7 @@
 block discarded – undo
17 17
 if ($return->status === 'OK') {
18 18
     if (!$return->dataEntrega) {
19 19
         echo "<p>The current status is {$return->localizacao} and the estimated delivery time is {$return->previsaoEntrega}</p>";
20
-    }
21
-    else {
20
+    } else {
22 21
         echo "<p>The current status is {$return->localizacao} the item was delivery in {$return->dataEntrega}</p>";
23 22
     }
24 23
 
Please login to merge, or discard this patch.