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
Branch dev-master (884141)
by Vijay
97:32 queued 62:35
created
app/lib/App/Controllers/API/API.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -338,7 +338,7 @@
 block discarded – undo
338 338
      * Validate the provided access token or get the bearer token from the incoming http request
339 339
      *
340 340
      * @param array $params optional params
341
-     * @return boolean true/false on valid access credentials
341
+     * @return null|boolean true/false on valid access credentials
342 342
      */
343 343
     protected function validateAccess(array $params = [])
344 344
     {
Please login to merge, or discard this patch.