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 — master ( 55f13b...a00e1d )
by
unknown
17s
created
src/Mapping.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
  */
12 12
 final class Mapping
13 13
 {
14
+    /**
15
+     * @param \Generator $directories
16
+     */
14 17
     public static function resolve(iterable $directories, ?string $cacheFile): iterable
15 18
     {
16 19
         if ($cacheFile !== null && \file_exists($cacheFile)) {
Please login to merge, or discard this patch.