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 ( b5dfb6...a568a9 )
by Mario
40:05
created
lib/Integration/RepositoryForms/InformationCollectionMapper.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,13 +4,12 @@
 block discarded – undo
4 4
 
5 5
 namespace Netgen\InformationCollection\Integration\RepositoryForms;
6 6
 
7
-use eZ\Publish\API\Repository\Values\ContentType\ContentType;
8
-use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition;
9
-use eZ\Publish\API\Repository\Values\ValueObject;
10
-use eZ\Publish\SPI\Search\Field;
11 7
 use EzSystems\RepositoryForms\Data\Content\FieldData;
12 8
 use EzSystems\RepositoryForms\Data\Mapper\FormDataMapperInterface;
13 9
 use Symfony\Component\OptionsResolver\OptionsResolver;
10
+use eZ\Publish\API\Repository\Values\ContentType\ContentType;
11
+use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition;
12
+use eZ\Publish\API\Repository\Values\ValueObject;
14 13
 
15 14
 class InformationCollectionMapper implements FormDataMapperInterface
16 15
 {
Please login to merge, or discard this patch.
lib/Integration/RepositoryForms/InformationCollectionType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace Netgen\InformationCollection\Integration\RepositoryForms;
6 6
 
7
-use eZ\Publish\API\Repository\Values\Content\ContentStruct;
8 7
 use EzSystems\RepositoryForms\Form\Type\Content\BaseContentType;
9 8
 use Symfony\Component\Form\AbstractType;
10 9
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
Please login to merge, or discard this patch.