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:56 queued 46s
created
src/Client.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -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 string|StreamInterface $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 string|StreamInterface $contents
549
+     * @param Psr7\LimitStream $contents
550 550
      * @param UploadSessionCursor $cursor
551 551
      * @param bool $close
552 552
      * @return UploadSessionCursor
@@ -570,10 +570,10 @@  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 string|StreamInterface $contents
573
+     * @param string $contents
574 574
      * @param UploadSessionCursor $cursor
575 575
      * @param string $path
576
-     * @param string|array $mode
576
+     * @param string $mode
577 577
      * @param bool $autorename
578 578
      * @param bool $mute
579 579
      * @return array
Please login to merge, or discard this patch.