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 ( 05019e...c90021 )
by Sam
09:36 queued 04:00
created
src/controllers/BuildController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -97,6 +97,9 @@
 block discarded – undo
97 97
         return $result;
98 98
     }
99 99
 
100
+    /**
101
+     * @param string $string
102
+     */
100 103
     public function stdout($string)
101 104
     {
102 105
         if ($this->isColorEnabled()) {
Please login to merge, or discard this patch.