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 ( 0268aa...3ec9bd )
by cao
05:24
created
src/Console.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use PhpBoot\Console\ConsoleContainer;
12 12
 use PhpBoot\Console\ConsoleContainerBuilder;
13 13
 use PhpBoot\DI\Traits\EnableDIAnnotations;
14
-use Symfony\Component\Console\Command\Command;
15 14
 use Symfony\Component\Console\Input\InputInterface;
16 15
 use Symfony\Component\Console\Output\OutputInterface;
17 16
 
Please login to merge, or discard this patch.
src/Console/Annotations/CommandAnnotationHandler.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -2,17 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace PhpBoot\Console\Annotations;
4 4
 
5
-use DI\InvokerInterface;
6
-use FastRoute\RouteParser\Std;
7 5
 use PhpBoot\Console\Command;
8 6
 use PhpBoot\Console\ConsoleContainer;
9 7
 use PhpBoot\Entity\ContainerFactory;
10 8
 use PhpBoot\Entity\EntityContainerBuilder;
11
-use PhpBoot\Metas\ReturnMeta;
12
-use PhpBoot\Annotation\AnnotationBlock;
13
-use PhpBoot\Annotation\AnnotationTag;
14
-use PhpBoot\Entity\MixedTypeContainer;
15
-use PhpBoot\Exceptions\AnnotationSyntaxException;
16 9
 use PhpBoot\Metas\ParamMeta;
17 10
 use PhpBoot\Utils\AnnotationParams;
18 11
 
Please login to merge, or discard this patch.