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 — 3.x (#2034)
by Sander
03:16
created
Slim/Http/Request.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -801,7 +801,7 @@  discard block
 block discarded – undo
801 801
      * These values MAY be prepared from $_FILES or the message body during
802 802
      * instantiation, or MAY be injected via withUploadedFiles().
803 803
      *
804
-     * @return array An array tree of UploadedFileInterface instances; an empty
804
+     * @return UploadedFileInterface[] An array tree of UploadedFileInterface instances; an empty
805 805
      *     array MUST be returned if no data is present.
806 806
      */
807 807
     public function getUploadedFiles()
@@ -1131,7 +1131,7 @@  discard block
 block discarded – undo
1131 1131
      *
1132 1132
      * Note: This method is not part of the PSR-7 standard.
1133 1133
      *
1134
-     * @param      $key
1134
+     * @param      string $key
1135 1135
      * @param null $default
1136 1136
      *
1137 1137
      * @return null
Please login to merge, or discard this patch.