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 — dependabot/composer/zendframew... ( fb51ad )
by
unknown
296:18 queued 286:19
created
src/Event/AuthorizeEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace WyriHaximus\Ratchet\Event;
12 12
 
13 13
 use Cake\Event\Event;
14
-use Cake\Event\EventManager;
15 14
 use React\EventLoop\LoopInterface;
16 15
 use React\Promise\Deferred;
17 16
 use React\Promise\PromiseInterface;
Please login to merge, or discard this patch.
src/Shell/WebsocketShell.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace WyriHaximus\Ratchet\Shell;
4 4
 
5 5
 use Cake\Console\Shell;
6
-use Cake\Core\Configure;
7 6
 use Cake\Event\EventManager;
8 7
 use React\EventLoop\LoopInterface;
9 8
 use WyriHaximus\Ratchet\Event\ConstructEvent;
Please login to merge, or discard this patch.