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 ( 797300...66d3ac )
by François
15:02 queued 06:09
created
src/Http/Response.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -94,6 +94,9 @@
 block discarded – undo
94 94
         return $output;
95 95
     }
96 96
 
97
+    /**
98
+     * @param string $fileName
99
+     */
97 100
     public function setFile($fileName)
98 101
     {
99 102
         $this->addHeader('X-SENDFILE', $fileName);
Please login to merge, or discard this patch.
src/ApiModule.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
     /** @var string */
33 33
     private $serverMode;
34 34
 
35
+    /**
36
+     * @param string $serverMode
37
+     */
35 38
     public function __construct(RemoteStorage $remoteStorage, $serverMode)
36 39
     {
37 40
         $this->remoteStorage = $remoteStorage;
Please login to merge, or discard this patch.