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 (#2701)
by Theodore
01:33
created
Slim/App.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@  discard block
 block discarded – undo
11 11
 use Closure;
12 12
 use Exception;
13 13
 use FastRoute\Dispatcher;
14
-use Interop\Container\Exception\ContainerException;
15 14
 use InvalidArgumentException;
16 15
 use Psr\Container\ContainerInterface;
17 16
 use Psr\Http\Message\RequestInterface;
@@ -19,7 +18,6 @@  discard block
 block discarded – undo
19 18
 use Psr\Http\Message\ServerRequestInterface;
20 19
 use Psr\Http\Message\UriInterface;
21 20
 use RuntimeException;
22
-use Slim\Exception\InvalidMethodException;
23 21
 use Slim\Exception\MethodNotAllowedException;
24 22
 use Slim\Exception\NotFoundException;
25 23
 use Slim\Exception\SlimException;
Please login to merge, or discard this patch.