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 ( 77050a...4d3f68 )
by Temitope
03:02 queued 16s
created
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.