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 ( cef792...049de0 )
by Rob
03:40
created
Slim/Router.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -183,9 +183,9 @@
 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
-     * @return Slim\Interfaces\RouteInterface
188
+     * @return Route
189 189
      */
190 190
     protected function createRoute($methods, $pattern, $callable)
191 191
     {
Please login to merge, or discard this patch.