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 ( bfc83a...06901c )
by Freek
15s queued 12s
created
src/Client.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -430,7 +430,7 @@  discard block
 block discarded – undo
430 430
      *
431 431
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start
432 432
      *
433
-     * @param string|StreamInterface $contents
433
+     * @param Psr7\LimitStream $contents
434 434
      * @param bool $close
435 435
      *
436 436
      * @return UploadSessionCursor
@@ -454,7 +454,7 @@  discard block
 block discarded – undo
454 454
      *
455 455
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append_v2
456 456
      *
457
-     * @param string|StreamInterface $contents
457
+     * @param Psr7\LimitStream $contents
458 458
      * @param UploadSessionCursor $cursor
459 459
      * @param bool $close
460 460
      *
@@ -478,10 +478,10 @@  discard block
 block discarded – undo
478 478
      *
479 479
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish
480 480
      *
481
-     * @param string|StreamInterface $contents
481
+     * @param string $contents
482 482
      * @param \Spatie\Dropbox\UploadSessionCursor $cursor
483 483
      * @param string $path
484
-     * @param string|array $mode
484
+     * @param string $mode
485 485
      * @param bool $autorename
486 486
      * @param bool $mute
487 487
      *
Please login to merge, or discard this patch.