|
@@ -53,7 +53,7 @@ |
|
|
block discarded – undo |
|
53
|
53
|
|
|
54
|
54
|
$this->exception_check_invalid_username->checkEmptyGithubUsername($this->username); |
|
55
|
55
|
|
|
56
|
|
- $this->response = $this->guzzle_client->get('https://api.github.com/users/'.$this->username.'?client_id='.$this->client_id .'&client_secret='.$this->client_secret); |
|
|
56
|
+ $this->response = $this->guzzle_client->get('https://api.github.com/users/'.$this->username.'?client_id='.$this->client_id.'&client_secret='.$this->client_secret); |
|
57
|
57
|
return $this->response->getBody(); |
|
58
|
58
|
} |
|
59
|
59
|
catch (Exception $e) |
Please login to merge, or discard this patch.