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 — master ( 08bdaa...11681a )
by Carsten
09:28 queued 11s
created
src/EmailExceptionMiddleware.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Germania\Middleware;
4 4
 
5 5
 use Germania\Middleware\Exceptions\FactoryException;
6
-
7 6
 use Psr\Http\Message\RequestInterface;
8 7
 use Psr\Http\Message\ResponseInterface;
9 8
 use Psr\Http\Message\ServerRequestInterface;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
      * In this class, an include file creates a basic information table.
154 154
      * Override this method to use your own method.
155 155
      *
156
-     * @param Exception $e
156
+     * @param \Throwable $e
157 157
      *
158 158
      * @return string Exception explanation
159 159
      */
Please login to merge, or discard this patch.