Completed
Push — master ( 5aaf6d...7ddc2f )
by Gustavo Henrique
07:03
created
src/CorreiosAPI/Tracker.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,8 +169,8 @@
 block discarded – undo
169 169
 
170 170
     foreach ($response->objeto->evento as $event) {
171 171
       $events[] = [
172
-          'when'    => $event->data . ' ' . $event->hora
173
-        , 'where'   => strtoupper($event->unidade->local . (strlen($event->unidade->cidade) ? (' - ' . $event->unidade->cidade . '/' . $event->unidade->uf) : ''))
172
+          'when'    => $event->data.' '.$event->hora
173
+        , 'where'   => strtoupper($event->unidade->local.(strlen($event->unidade->cidade) ? (' - '.$event->unidade->cidade.'/'.$event->unidade->uf) : ''))
174 174
         , 'action'  => Tracker\ResponseCodes::getMessage($event->tipo, $event->status)
175 175
         , 'details' => (string) $event->descricao
176 176
       ];
Please login to merge, or discard this patch.