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 ( 832924...ed2c61 )
by Mario
02:03
created
bundle/DataCollector/InformationCollectionCollector.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,13 +4,13 @@
 block discarded – undo
4 4
 
5 5
 namespace Netgen\Bundle\InformationCollectionBundle\DataCollector;
6 6
 
7
-use eZ\Publish\API\Repository\Repository;
8
-use eZ\Publish\API\Repository\Values\ContentType\ContentType;
9
-use eZ\Publish\Core\Helper\TranslationHelper;
7
+use Netgen\InformationCollection\Integration\RepositoryForms\InformationCollectionType;
10 8
 use Symfony\Component\HttpFoundation\Request;
11 9
 use Symfony\Component\HttpFoundation\Response;
12 10
 use Symfony\Component\HttpKernel\DataCollector\DataCollector;
13
-use Netgen\InformationCollection\Integration\RepositoryForms\InformationCollectionType;
11
+use eZ\Publish\API\Repository\Repository;
12
+use eZ\Publish\API\Repository\Values\ContentType\ContentType;
13
+use eZ\Publish\Core\Helper\TranslationHelper;
14 14
 
15 15
 class InformationCollectionCollector extends DataCollector
16 16
 {
Please login to merge, or discard this patch.