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 ( 14d611...55e41a )
by Mario
05:29
created
tests/Value/TemplateDataTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Netgen\Bundle\InformationCollectionBundle\Tests\Value;
4 4
 
5
-use eZ\Publish\Core\Repository\Values\Content\Content;
6 5
 use Netgen\Bundle\EzFormsBundle\Form\DataWrapper;
7 6
 use Netgen\Bundle\InformationCollectionBundle\Event\InformationCollected;
8 7
 use Netgen\Bundle\InformationCollectionBundle\Value\TemplateData;
@@ -10,6 +9,7 @@  discard block
 block discarded – undo
10 9
 use Twig_Environment;
11 10
 use Twig_Loader_Array;
12 11
 use Twig_TemplateWrapper;
12
+use eZ\Publish\Core\Repository\Values\Content\Content;
13 13
 
14 14
 class TemplateDataTest extends TestCase
15 15
 {
Please login to merge, or discard this patch.