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 — develop ( 222b88...033c06 )
by Baptiste
02:34
created
ReflectionClass.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,13 +3,9 @@
 block discarded – undo
3 3
 
4 4
 namespace Innmind\Reflection;
5 5
 
6
-use Innmind\Reflection\InjectionStrategy\SetterStrategy;
7
-use Innmind\Reflection\InjectionStrategy\NamedMethodStrategy;
8
-use Innmind\Reflection\InjectionStrategy\ReflectionStrategy;
9 6
 use Innmind\Reflection\Instanciator\ReflectionInstanciator;
10 7
 use Innmind\Immutable\Collection;
11 8
 use Innmind\Immutable\CollectionInterface;
12
-use Innmind\Immutable\TypedCollection;
13 9
 use Innmind\Immutable\TypedCollectionInterface;
14 10
 
15 11
 class ReflectionClass
Please login to merge, or discard this patch.