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 (#2006)
by Glenn
03:09
created
Slim/App.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@  discard block
 block discarded – undo
12 12
 use Throwable;
13 13
 use Closure;
14 14
 use InvalidArgumentException;
15
-use Psr\Http\Message\RequestInterface;
16 15
 use Psr\Http\Message\ServerRequestInterface;
17 16
 use Psr\Http\Message\ResponseInterface;
18 17
 use Interop\Container\ContainerInterface;
@@ -24,7 +23,6 @@  discard block
 block discarded – undo
24 23
 use Slim\Http\Headers;
25 24
 use Slim\Http\Body;
26 25
 use Slim\Http\Request;
27
-use Slim\Interfaces\Http\EnvironmentInterface;
28 26
 use Slim\Interfaces\RouteGroupInterface;
29 27
 use Slim\Interfaces\RouteInterface;
30 28
 use Slim\Interfaces\RouterInterface;
Please login to merge, or discard this patch.