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.
Passed
Push — master ( ce9742...4c1af4 )
by sunsky
11:33
created
src/Request.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
         return $this;
226 226
     }
227 227
     /**
228
-     * @return mixed
228
+     * @return callable
229 229
      */
230 230
     public function endCallback()
231 231
     {
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
 
254 254
     /**
255 255
      * @param $key
256
-     * @return mixed
256
+     * @return string
257 257
      */
258 258
     protected static function fullOption($key)
259 259
     {
Please login to merge, or discard this patch.