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/EvangelistStatus.php 1 patch
Unused Use Statements   +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.