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 ( 3bd204...90bee5 )
by Rob
03:58
created
Slim/Http/Request.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -689,7 +689,6 @@  discard block
 block discarded – undo
689 689
      *
690 690
      * Note: This method is not part of the PSR-7 standard.
691 691
      *
692
-     * @param string $name    The attribute name.
693 692
      * @param mixed  $default Default value to return if the attribute does not exist.
694 693
      *
695 694
      * @return mixed
@@ -804,7 +803,7 @@  discard block
 block discarded – undo
804 803
      * These values MAY be prepared from $_FILES or the message body during
805 804
      * instantiation, or MAY be injected via withUploadedFiles().
806 805
      *
807
-     * @return array An array tree of UploadedFileInterface instances; an empty
806
+     * @return UploadedFileInterface[] An array tree of UploadedFileInterface instances; an empty
808 807
      *     array MUST be returned if no data is present.
809 808
      */
810 809
     public function getUploadedFiles()
Please login to merge, or discard this patch.