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 ( 17f088...80b13c )
by
unknown
125:40 queued 64:42
created
src/common/svn/SVN_Apache_Auth_Factory.class.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@
 block discarded – undo
84 84
         return $svnApacheAuth;
85 85
     }
86 86
 
87
+    /**
88
+     * @param boolean $project_authorizes_tokens
89
+     */
87 90
     private function getModFromPlugins(array $project_info, $requested_authentication_method, $project_authorizes_tokens) {
88 91
         $svn_apache_auth = null;
89 92
 
Please login to merge, or discard this patch.