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 (#2586)
by
unknown
01:42
created
Slim/Router.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
     /**
155 155
      * This method is in place to facilitate unit tests
156 156
      *
157
-     * @param $cacheFile
157
+     * @param string $cacheFile
158 158
      *
159 159
      * @return bool
160 160
      */
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * This method is in place to facilitate unit tests
168 168
      *
169
-     * @param $cacheDir
169
+     * @param string $cacheDir
170 170
      *
171 171
      * @return bool
172 172
      */
Please login to merge, or discard this patch.