Passed
Push — master ( 7a0957...e27df1 )
by Elizandro
01:23
created
examples/tracking/Tnt.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +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
-    }else {
20
+    } else {
21 21
         echo "<p>The current status is {$return->localizacao} the item was delivery in {$return->dataEntrega}</p>";
22 22
     }
23 23
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +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
-    }else {
20
+    } else {
21 21
         echo "<p>The current status is {$return->localizacao} the item was delivery in {$return->dataEntrega}</p>";
22 22
     }
23 23
 
Please login to merge, or discard this patch.