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 — 3.x ( 54a8bb...1dedd2 )
by Rob
02:37
created
Slim/Http/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -783,7 +783,7 @@
 block discarded – undo
783 783
      * These values MAY be prepared from $_FILES or the message body during
784 784
      * instantiation, or MAY be injected via withUploadedFiles().
785 785
      *
786
-     * @return array An array tree of UploadedFileInterface instances; an empty
786
+     * @return UploadedFileInterface[] An array tree of UploadedFileInterface instances; an empty
787 787
      *     array MUST be returned if no data is present.
788 788
      */
789 789
     public function getUploadedFiles()
Please login to merge, or discard this patch.