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 ( 65058f...8a6e2f )
by François
02:41
created
src/SURFnet/VPN/Server/CliParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         for ($i = 1; $i < $argc; ++$i) {
62 62
             if (0 === strpos($argv[$i], '--')) {
63 63
                 // it is an option selector
64
-                $p = substr($argv[$i], 2);  // strip the dashes
64
+                $p = substr($argv[$i], 2); // strip the dashes
65 65
                 $pO = [];
66 66
                 while ($i + 1 < $argc && false === strpos($argv[$i + 1], '--')) {
67 67
                     $pO[] = $argv[++$i];
Please login to merge, or discard this patch.