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 ( c1adb0...cff91d )
by Temitope
02:32
created
src/EvangelistStatus.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@
 block discarded – undo
55 55
 
56 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
-        } 
59
-        catch (Exception $e)
58
+        } catch (Exception $e)
60 59
         {
61 60
             echo 'Caught Exception '. $e->getMessage();
62 61
         }
Please login to merge, or discard this patch.
src/Rating/EvangelistStatusRating.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     		$this->evangelistTypeMessage = "Keep Up The Good Work, I crown you Associate Evangelist";
38 38
     	} else if($this->numberOfRepo >= 21){
39 39
     		$this->evangelistTypeMessage = "Yeah, I crown you Senior Evangelist. Thanks for making the world a better place";
40
-    	}else{
40
+    	} else{
41 41
             $this->evangelistTypeMessage = "Fuck Off!!! Please make the world better, Oh Ye Lazy Evangelist";
42 42
         }
43 43
     	return $this->evangelistTypeMessage;
Please login to merge, or discard this patch.
src/Ranking/EvangelistStatusRanking.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     		$this->evangelistTypeMessage = "Keep Up The Good Work, I crown you Associate Evangelist";
38 38
     	} else if($this->numberOfRepo >= 21){
39 39
     		$this->evangelistTypeMessage = "Yeah, I crown you Senior Evangelist. Thanks for making the world a better place";
40
-    	}else{
40
+    	} else{
41 41
             $this->evangelistTypeMessage = "Fuck Off!!! Please make the world better, Oh Ye Lazy Evangelist";
42 42
         }
43 43
     	return $this->evangelistTypeMessage;
Please login to merge, or discard this patch.