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 ( 7d6258...d28272 )
by Glenn
12s
created
Slim/Route.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use InvalidArgumentException;
13 13
 use Psr\Http\Message\ServerRequestInterface;
14 14
 use Psr\Http\Message\ResponseInterface;
15
-use Slim\Exception\SlimException;
16 15
 use Slim\Handlers\Strategies\RequestResponse;
17 16
 use Slim\Interfaces\InvocationStrategyInterface;
18 17
 use Slim\Interfaces\RouteInterface;
Please login to merge, or discard this patch.
Slim/Http/Request.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Psr\Http\Message\StreamInterface;
18 18
 use Slim\Collection;
19 19
 use Slim\Exception\InvalidMethodException;
20
-use Slim\Exception\MethodNotAllowedException;
21 20
 use Slim\Interfaces\Http\HeadersInterface;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
Slim/App.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@  discard block
 block discarded – undo
14 14
 use Throwable;
15 15
 use Closure;
16 16
 use InvalidArgumentException;
17
-use Psr\Http\Message\RequestInterface;
18 17
 use Psr\Http\Message\ServerRequestInterface;
19 18
 use Psr\Http\Message\ResponseInterface;
20 19
 use Psr\Container\ContainerInterface;
@@ -26,7 +25,6 @@  discard block
 block discarded – undo
26 25
 use Slim\Http\Headers;
27 26
 use Slim\Http\Body;
28 27
 use Slim\Http\Request;
29
-use Slim\Interfaces\Http\EnvironmentInterface;
30 28
 use Slim\Interfaces\RouteGroupInterface;
31 29
 use Slim\Interfaces\RouteInterface;
32 30
 use Slim\Interfaces\RouterInterface;
Please login to merge, or discard this patch.