GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — evangelist ( eea14d...5cdbe0 )
by Temitope
02:39 queued 24s
created
src/EvangelistStatus.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,10 +56,10 @@
 block discarded – undo
56 56
 
57 57
             $this->exception_check_invalid_username->checkEmptyGithubUsername($this->username);
58 58
 
59
-            $this->response = $this->guzzle_client->get('https://api.github.com/users/'.$this->username.'?client_id='.$this->client_id .'&client_secret='.$this->client_secret);
59
+            $this->response = $this->guzzle_client->get('https://api.github.com/users/'.$this->username.'?client_id='.$this->client_id.'&client_secret='.$this->client_secret);
60 60
             return $this->response->getBody();
61 61
         } 
62
-        catch (Exception $e){
62
+        catch (Exception $e) {
63 63
             
64 64
             echo 'Caught Exception '.$e->getMessage();
65 65
         }
Please login to merge, or discard this patch.
src/Ranking/EvangelistStatusRanking.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
             return false;
23 23
         }
24 24
 
25
-    	if ($noOfRepo >= 5 && $noOfRepo<= 10) {
25
+    	if ($noOfRepo >= 5 && $noOfRepo <= 10) {
26 26
     		$evangelistTypeMessage = "Damn It!!! Please make the world better, Oh Ye Prodigal Junior Evangelist";
27 27
     	} else if ($noOfRepo >= 11 && $noOfRepo <= 20) {
28 28
     		$evangelistTypeMessage = "Keep Up The Good Work, I crown you Associate Evangelist";
Please login to merge, or discard this patch.