We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cc465 commit 75bc6b8Copy full SHA for 75bc6b8
src/Strava/API/Service/REST.php
@@ -50,7 +50,7 @@ private function getToken()
50
*/
51
public function getResult($response)
52
{
53
- $status = $response->getStatusCode;
+ $status = $response->getStatusCode();
54
if ($status == 200) {
55
return json_decode($response->getBody());
56
} else {
0 commit comments