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 (#57)
by
unknown
02:22
created
src/Response.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @param array $multiAttachments
93
+     * @param array $attachments
94 94
      *
95 95
      * @return $this
96 96
      */
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
      *
125 125
      * @param string $icon
126 126
      *
127
-     * @return this
127
+     * @return Response
128 128
      */
129 129
     public function useIcon(string $icon)
130 130
     {
Please login to merge, or discard this patch.