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 ( 78efdc...c6163c )
by François
03:37
created
web/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     );
87 87
 
88 88
     $userAuth = new FormAuthentication(
89
-        function ($userId) use ($configReader) {
89
+        function($userId) use ($configReader) {
90 90
             $userList = $configReader->v('Users');
91 91
             if (null === $userList || !array_key_exists($userId, $userList)) {
92 92
                 return false;
Please login to merge, or discard this patch.