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 ( db42fc...5701c2 )
by François
03:02
created
example/callback.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
     $accessToken = $client->getAccessToken(
48 48
         $_SESSION['session'], // URI from session
49
-        $_GET['code'],        // the code value (e.g. 12345)
49
+        $_GET['code'], // the code value (e.g. 12345)
50 50
         $_GET['state']        // the state value (e.g. abcde)
51 51
     );
52 52
 
Please login to merge, or discard this patch.