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
Branch master (e6bff9)
by Boris
08:19
created
src/TaggedItem.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
      *
167 167
      * @param array $tags
168 168
      *
169
-     * @return \Generator|TaggedItem[]
169
+     * @return \Generator
170 170
      */
171 171
     private function getTagItems(array $tags)
172 172
     {
@@ -183,9 +183,9 @@  discard block
 block discarded – undo
183 183
      * generate new versions if not found in cache
184 184
      * and returns them with generator.
185 185
      *
186
-     * @param array $tags
186
+     * @param string[] $tags
187 187
      *
188
-     * @return \Generator|string[]
188
+     * @return \Generator
189 189
      */
190 190
     private function getVersionedTags(array $tags)
191 191
     {
Please login to merge, or discard this patch.