|  | @@ -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.