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:15
created
src/Client.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -478,7 +478,7 @@  discard block
 block discarded – undo
478 478
      *
479 479
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start
480 480
      *
481
-     * @param string|StreamInterface $contents
481
+     * @param Psr7\LimitStream $contents
482 482
      * @param bool $close
483 483
      *
484 484
      * @return UploadSessionCursor
@@ -502,7 +502,7 @@  discard block
 block discarded – undo
502 502
      *
503 503
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append_v2
504 504
      *
505
-     * @param string|StreamInterface $contents
505
+     * @param Psr7\LimitStream $contents
506 506
      * @param UploadSessionCursor $cursor
507 507
      * @param bool $close
508 508
      *
@@ -526,10 +526,10 @@  discard block
 block discarded – undo
526 526
      *
527 527
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish
528 528
      *
529
-     * @param string|StreamInterface $contents
529
+     * @param string $contents
530 530
      * @param UploadSessionCursor $cursor
531 531
      * @param string $path
532
-     * @param string|array $mode
532
+     * @param string $mode
533 533
      * @param bool $autorename
534 534
      * @param bool $mute
535 535
      *
Please login to merge, or discard this patch.