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 ( 95c967...fcf84f )
by
unknown
21s queued 11s
created
Slim/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     protected $savedArguments = [];
74 74
 
75 75
     /**
76
-     * @param string|string[] $methods The route HTTP methods
76
+     * @param string[] $methods The route HTTP methods
77 77
      * @param string          $pattern The route pattern
78 78
      * @param callable        $callable The route callable
79 79
      * @param RouteGroup[]    $groups The parent route groups
Please login to merge, or discard this patch.