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 ( 7db574...810eaa )
by Ben
8s
created
src/Command/GenerateCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Ramsey\Uuid\Console\Exception;
22 22
 use Ramsey\Uuid\Uuid;
23 23
 use Ramsey\Uuid\Generator\CombGenerator;
24
-use Ramsey\Uuid\Codec\GuidStringCodec;
25 24
 use Ramsey\Uuid\FeatureSet;
26 25
 use Ramsey\Uuid\UuidFactory;
27 26
 
Please login to merge, or discard this patch.
src/Util/Formatter/V1Formatter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Ramsey\Uuid\Console\Util\Formatter;
15 15
 
16
-use Ramsey\Uuid\Console\Util\UuidFormatter;
17 16
 use Ramsey\Uuid\UuidInterface;
18 17
 use Ramsey\Uuid\Console\Util\UuidContentFormatterInterface;
19 18
 
Please login to merge, or discard this patch.