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 (#2385)
by
unknown
02:04
created
Slim/Route.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
     /**
79 79
      * Create new route
80 80
      *
81
-     * @param string|string[]   $methods The route HTTP methods
81
+     * @param string[]   $methods The route HTTP methods
82 82
      * @param string            $pattern The route pattern
83 83
      * @param callable          $callable The route callable
84 84
      * @param RouteGroup[]      $groups The parent route groups
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     /**
150 150
      * Get route pattern
151 151
      *
152
-     * @return string[]
152
+     * @return string
153 153
      */
154 154
     public function getPattern()
155 155
     {
Please login to merge, or discard this patch.