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:10
created
src/Client.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -478,10 +478,10 @@  discard block
 block discarded – undo
478 478
 
479 479
 
480 480
     /**
481
-     * @param $type
481
+     * @param integer $type
482 482
      * @param $stream
483
-     * @param $chunkSize
484
-     * @param null $cursor
483
+     * @param integer|null $chunkSize
484
+     * @param null|UploadSessionCursor $cursor
485 485
      * @return UploadSessionCursor
486 486
      * @throws Exception
487 487
      */
@@ -524,7 +524,7 @@  discard block
 block discarded – undo
524 524
      *
525 525
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start
526 526
      *
527
-     * @param $contents
527
+     * @param Psr7\LimitStream $contents
528 528
      * @param bool $close
529 529
      * @return UploadSessionCursor
530 530
      * @throws Exception
@@ -548,7 +548,7 @@  discard block
 block discarded – undo
548 548
      *
549 549
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append_v2
550 550
      *
551
-     * @param $contents
551
+     * @param Psr7\LimitStream $contents
552 552
      * @param UploadSessionCursor $cursor
553 553
      * @param bool $close
554 554
      * @return UploadSessionCursor
@@ -572,7 +572,7 @@  discard block
 block discarded – undo
572 572
      *
573 573
      * @link https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish
574 574
      *
575
-     * @param $contents
575
+     * @param string $contents
576 576
      * @param UploadSessionCursor $cursor
577 577
      * @param string $path
578 578
      * @param string $mode
Please login to merge, or discard this patch.