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 master (99d90d)
by K
02:18
created
app/Http/Controllers/Auth/GithubAuthController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Obtain the user information from GitHub.
26 26
      *
27
-     * @return Response
27
+     * @return \Illuminate\Http\RedirectResponse
28 28
      */
29 29
     public function handleProviderCallback()
30 30
     {
Please login to merge, or discard this patch.