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
Pull Request — master (#65)
by
unknown
01:12
created
src/Client.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -476,10 +476,10 @@  discard block
 block discarded – undo
476 476
     }
477 477
 
478 478
     /**
479
-     * @param $type
479
+     * @param integer $type
480 480
      * @param $stream
481
-     * @param $chunkSize
482
-     * @param null $cursor
481
+     * @param integer|null $chunkSize
482
+     * @param null|UploadSessionCursor $cursor
483 483
      * @return UploadSessionCursor
484 484
      * @throws Exception
485 485
      */
@@ -522,7 +522,7 @@  discard block
 block discarded – undo
522 522
      *
523 523
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start
524 524
      *
525
-     * @param $contents
525
+     * @param Psr7\LimitStream $contents
526 526
      * @param bool $close
527 527
      * @return UploadSessionCursor
528 528
      * @throws Exception
@@ -546,7 +546,7 @@  discard block
 block discarded – undo
546 546
      *
547 547
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append_v2
548 548
      *
549
-     * @param $contents
549
+     * @param Psr7\LimitStream $contents
550 550
      * @param UploadSessionCursor $cursor
551 551
      * @param bool $close
552 552
      * @return UploadSessionCursor
@@ -570,7 +570,7 @@  discard block
 block discarded – undo
570 570
      *
571 571
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish
572 572
      *
573
-     * @param $contents
573
+     * @param string $contents
574 574
      * @param UploadSessionCursor $cursor
575 575
      * @param string $path
576 576
      * @param string $mode
Please login to merge, or discard this patch.