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 ( 437568...05b6dd )
by François
02:22
created
src/fkooman/VPN/Server/CcdHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -88,6 +88,9 @@
 block discarded – undo
88 88
         return false;
89 89
     }
90 90
 
91
+    /**
92
+     * @param string $commonName
93
+     */
91 94
     public function isDisabled($commonName)
92 95
     {
93 96
         Utils::validateCommonName($commonName);
Please login to merge, or discard this patch.