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 ( 65564e...78887b )
by Jonny
03:37
created
src/JonnyW/PhantomJs/Http/AbstractRequest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
      * @access public
233 233
      * @param  int  $width
234 234
      * @param  int  $height
235
-     * @return void
235
+     * @return AbstractRequest
236 236
      */
237 237
     public function setViewportSize($width, $height)
238 238
     {
@@ -437,7 +437,7 @@  discard block
 block discarded – undo
437 437
      *
438 438
      * @access public
439 439
      * @param  string                                 $name
440
-     * @param  mixed                                  $value
440
+     * @param  string                                  $value
441 441
      * @param  string                                 $path
442 442
      * @param  string                                 $domain
443 443
      * @param  bool                                   $httpOnly (default: true)
Please login to merge, or discard this patch.