diff --git a/src/Strava/API/Service/REST.php b/src/Strava/API/Service/REST.php index fa27f78..be62c1d 100644 --- a/src/Strava/API/Service/REST.php +++ b/src/Strava/API/Service/REST.php @@ -64,7 +64,6 @@ protected function getResult($response) { // Workaround for export methods getRouteAsGPX, getRouteAsTCX: if (is_string($response)) { - // @phpstan-ignore-next-line return $response; }