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 — master ( 2a81bc...027973 )
by François
86:57 queued 34:09
created
example/callback.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     // handle the callback from the OAuth server
65 65
     $client->handleCallback(
66 66
         $_SESSION['_oauth2_session'], // URI from session
67
-        $_GET['code'],                // the authorization_code
67
+        $_GET['code'], // the authorization_code
68 68
         $_GET['state']                // the state
69 69
     );
70 70
 
Please login to merge, or discard this patch.