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 ( 7f0d16...8ce98c )
by François
02:09
created
example/index.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -51,9 +51,9 @@
 block discarded – undo
51 51
     // the OAuth provider configuration
52 52
     $client->setProvider(
53 53
         new Provider(
54
-            'demo_client',                          // client_id
55
-            'demo_secret',                          // client_secret
56
-            'http://localhost:8080/authorize.php',  // authorization_uri
54
+            'demo_client', // client_id
55
+            'demo_secret', // client_secret
56
+            'http://localhost:8080/authorize.php', // authorization_uri
57 57
             'http://localhost:8080/token.php'       // token_uri
58 58
         )
59 59
     );
Please login to merge, or discard this patch.
example/callback.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -49,9 +49,9 @@
 block discarded – undo
49 49
     // the OAuth provider configuration
50 50
     $client->setProvider(
51 51
         new Provider(
52
-            'demo_client',                          // client_id
53
-            'demo_secret',                          // client_secret
54
-            'http://localhost:8080/authorize.php',  // authorization_uri
52
+            'demo_client', // client_id
53
+            'demo_secret', // client_secret
54
+            'http://localhost:8080/authorize.php', // authorization_uri
55 55
             'http://localhost:8080/token.php'       // token_uri
56 56
         )
57 57
     );
Please login to merge, or discard this patch.