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 ( 833fea...09efe4 )
by
unknown
21s
created
Slim/Handlers/Error.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     /**
118 118
      * Render exception or error as HTML.
119 119
      *
120
-     * @param \Exception|\Error $exception
120
+     * @param \Exception $exception
121 121
      *
122 122
      * @return string
123 123
      * @throws \RuntimeException
Please login to merge, or discard this patch.
Slim/Router.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,6 @@
 block discarded – undo
127 127
      * Set path to fast route cache file. If this is false then route caching is disabled.
128 128
      *
129 129
      * @param string|false $cacheFile
130
-
131 130
      * @return self
132 131
      * @throws InvalidArgumentException if cacheFile is not a string or not false
133 132
      * @throws RuntimeException when cacheFile directory is not writable
Please login to merge, or discard this patch.