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 — 3.x (#1954)
by
unknown
02:45
created
Slim/Router.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
      *
184 184
      * @param  string[] $methods Array of HTTP methods
185 185
      * @param  string   $pattern The route pattern
186
-     * @param  callable $handler The route callable
186
+     * @param callable $callable
187 187
      *
188 188
      * @return \Slim\Interfaces\RouteInterface
189 189
      */
Please login to merge, or discard this patch.