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.
Test Failed
Pull Request — master (#1092)
by Anton
02:54
created
src/Ssh/Client.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -117,6 +117,9 @@
 block discarded – undo
117 117
     }
118 118
 
119 119
 
120
+    /**
121
+     * @param string $hostname
122
+     */
120 123
     private function writeln($type, $hostname, $output)
121 124
     {
122 125
         $output = $this->filterOutput($output);
Please login to merge, or discard this patch.