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 — changelog ( cac970 )
by E
19:06
created
src/Parser/Elements/ElementSorter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use ApiGen\Contracts\Parser\Reflection\ConstantReflectionInterface;
15 15
 use ApiGen\Contracts\Parser\Reflection\FunctionReflectionInterface;
16 16
 use ApiGen\Contracts\Parser\Reflection\MethodReflectionInterface;
17
-use ApiGen\Contracts\Parser\Reflection\PropertyReflectionInterface;
18 17
 
19 18
 class ElementSorter implements ElementSorterInterface
20 19
 {
Please login to merge, or discard this patch.
src/Parser/Reflection/ReflectionElement.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use ApiGen\Contracts\Parser\Reflection\Behavior\InClassInterface;
13 13
 use ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface;
14
-use TokenReflection;
15 14
 use TokenReflection\Exception\BaseException;
16 15
 use TokenReflection\ReflectionAnnotation;
17 16
 use TokenReflection\ReflectionClass;
Please login to merge, or discard this patch.
src/Templating/Filters/Helpers/ElementUrlFactory.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\Templating\Filters\Helpers;
11 11
 
12
-use ApiGen\Configuration\Configuration;
13 12
 use ApiGen\Configuration\ConfigurationOptions as CO;
14 13
 use ApiGen\Configuration\Theme\ThemeConfigOptions as TCO;
15 14
 use ApiGen\Contracts\Configuration\ConfigurationInterface;
Please login to merge, or discard this patch.
src/Parser/Reflection/ReflectionParameterMagic.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\Magic\MagicParameterReflectionInterface;
14 13
 use TokenReflection;
15 14
 
Please login to merge, or discard this patch.
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.