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 ( 35dabb...9fb0b1 )
by François
01:52
created
src/Api/ConnectionsModule.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -95,6 +95,10 @@
 block discarded – undo
95 95
         return new ApiResponse('connect', ['ok' => true]);
96 96
     }
97 97
 
98
+    /**
99
+     * @param string $profileId
100
+     * @param string $commonName
101
+     */
98 102
     private function verifyConnection($profileId, $commonName)
99 103
     {
100 104
         // verify status of certificate/user
Please login to merge, or discard this patch.