Skip to content

Commit

Permalink
fix phpstan errors caused by type hint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vredeling committed May 21, 2022
1 parent 82ccfdf commit 493e5c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Strava/API/Service/REST.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ protected function getResult($response)
{
// Workaround for export methods getRouteAsGPX, getRouteAsTCX:
if (is_string($response)) {
// @phpstan-ignore-next-line
return $response;
}

Expand Down

0 comments on commit 493e5c6

Please sign in to comment.