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 ( 5339ab...ec0396 )
by Mario
03:13
created
tests/Form/Builder/FormBuilderTest.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace Netgen\Bundle\InformationCollectionBundle\Tests\FieldHandler;
4 4
 
5
-use eZ\Publish\API\Repository\Values\Content\ContentInfo;
6
-use eZ\Publish\Core\Repository\ContentTypeService;
7
-use eZ\Publish\Core\Repository\Values\Content\Location;
8 5
 use Netgen\Bundle\InformationCollectionBundle\Form\Builder\FormBuilder;
9 6
 use PHPUnit\Framework\TestCase;
10 7
 use Symfony\Component\Form\FormBuilder as SymfonyFormBuilder;
11 8
 use Symfony\Component\Form\FormFactory;
12 9
 use Symfony\Component\Routing\Router;
10
+use eZ\Publish\API\Repository\Values\Content\ContentInfo;
11
+use eZ\Publish\Core\Repository\ContentTypeService;
12
+use eZ\Publish\Core\Repository\Values\Content\Location;
13 13
 
14 14
 class FormBuilderTest extends TestCase
15 15
 {
Please login to merge, or discard this patch.