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 ( 5ae30b...6ce4b0 )
by Temitope
02:50
created
src/EvangelistStatus.php 1 patch
Braces   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -113,8 +113,4 @@
 block discarded – undo
113 113
      */
114 114
     public function checkNullUsernameException()
115 115
     {
116
-        if ($this->checkEmptyGithubUsername($this->username)) {
117
-            throw EvangelistStatusException::createEvangelistStatusException("Username is Empty, please provide a GitHub valid username");
118
-        }
119
-    }
120
-}  
116
+        if ($this->checkEmptyGithubUsername($this->username
121 117
\ No newline at end of file
Please login to merge, or discard this patch.
src/Ranking/EvangelistStatusRanking.php 1 patch
Braces   -4 removed lines patch added patch discarded remove patch
@@ -46,7 +46,3 @@
 block discarded – undo
46 46
         }
47 47
     }
48 48
 <<<<<<< HEAD
49
-    
50
-=======
51
->>>>>>> 5ae30be3b2ebb67e6de8fe512888cf961febb1ad
52
- }
Please login to merge, or discard this patch.