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 ( df68ce...4d363a )
by Mario
01:53
created
bundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Netgen\Bundle\InformationCollectionBundle\DependencyInjection;
4 4
 
5
-use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\Configuration as SiteAccessConfiguration;
6
-use Netgen\InformationCollection\Core\Action\EmailAction;
5
+use Netgen\InformationCollection\API\ConfigurationConstants;
7 6
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
8
-use Symfony\Component\Config\Definition\Builder\TreeBuilder;
9 7
 use Symfony\Component\Config\Definition\Builder\NodeBuilder;
10
-use Netgen\InformationCollection\API\ConfigurationConstants;
8
+use Symfony\Component\Config\Definition\Builder\TreeBuilder;
9
+use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\Configuration as SiteAccessConfiguration;
11 10
 
12 11
 /**
13 12
  * This is the class that validates and merges configuration from your app/config files.
Please login to merge, or discard this patch.