(string) ($this['status'] ?? ''), 'time_remaining' => (int) ($this['time_remaining'] ?? 0), 'redirect' => $this['redirect'] ?? null, 'message' => $this['message'] ?? null, ]; } }