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 — config-and-cli-options ( 991094...d13f7a )
by E
124:02 queued 104:02
created
src/Parser/Reflection/ReflectionClass.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 namespace ApiGen\Parser\Reflection;
11 11
 
12
-use ApiGen\Configuration\ConfigurationOptions as CO;
13 12
 use ApiGen\Contracts\Parser\Reflection\ClassConstantReflectionInterface;
14 13
 use ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface;
15 14
 use ApiGen\Contracts\Parser\Reflection\Extractors\ClassMagicElementsExtractorInterface;
Please login to merge, or discard this patch.
src/Parser/Reflection/ReflectionMethod.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 namespace ApiGen\Parser\Reflection;
11 11
 
12
-use ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface;
13 12
 use ApiGen\Contracts\Parser\Reflection\MethodReflectionInterface;
14 13
 use ApiGen\Parser\Reflection\Parts\Visibility;
15 14
 
Please login to merge, or discard this patch.