Closed djjavo closed 3 years ago
@vredeling during the refactor of https://github.com/basvandorst/StravaPHP/pull/67, the getRouteAsGPX and getRouteAsTCX functions were broken.
getRouteAsGPX
getRouteAsTCX
Small PR to add a is_string() check to prevent errors.
is_string()
@vredeling during the refactor of https://github.com/basvandorst/StravaPHP/pull/67, the
getRouteAsGPX
andgetRouteAsTCX
functions were broken.Small PR to add a
is_string()
check to prevent errors.