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 ( 3758f0...0a4cf0 )
by Dirk
07:13 queued 04:47
created
demo/boot.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,11 +15,9 @@
 block discarded – undo
15 15
         $pinterest->auth->setOAuthToken($token->access_token);
16 16
 
17 17
         setcookie("access_token", $token->access_token);
18
-    }
19
-    else if (isset($_GET["access_token"])) {
18
+    } else if (isset($_GET["access_token"])) {
20 19
         $pinterest->auth->setOAuthToken($_GET["access_token"]);
21
-    }
22
-    else if (isset($_COOKIE["access_token"])) {
20
+    } else if (isset($_COOKIE["access_token"])) {
23 21
         $pinterest->auth->setOAuthToken($_COOKIE["access_token"]);
24 22
     }
25 23
 
Please login to merge, or discard this patch.