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 ( e5413e...3eb92c )
by Mario
03:50
created
bundle/DependencyInjection/NetgenInformationCollectionExtension.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,19 +2,19 @@
 block discarded – undo
2 2
 
3 3
 namespace Netgen\Bundle\InformationCollectionBundle\DependencyInjection;
4 4
 
5
-use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ConfigurationProcessor;
6 5
 use Netgen\InformationCollection\API\Action\ActionInterface;
7 6
 use Netgen\InformationCollection\API\ConfigurationConstants;
8 7
 use Netgen\InformationCollection\Core\Export\CsvExportResponseFormatter;
9 8
 use Symfony\Component\Config\FileLocator;
9
+use Symfony\Component\Config\Resource\FileResource;
10 10
 use Symfony\Component\DependencyInjection\ContainerBuilder;
11 11
 use Symfony\Component\DependencyInjection\Definition;
12 12
 use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
13 13
 use Symfony\Component\DependencyInjection\Loader;
14 14
 use Symfony\Component\DependencyInjection\Reference;
15 15
 use Symfony\Component\HttpKernel\DependencyInjection\Extension;
16
-use Symfony\Component\Config\Resource\FileResource;
17 16
 use Symfony\Component\Yaml\Yaml;
17
+use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ConfigurationProcessor;
18 18
 use function array_merge;
19 19
 
20 20
 /**
Please login to merge, or discard this patch.
lib/Core/Action/ConfigurationUtility.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Netgen\InformationCollection\Core\Action;
4 4
 
5
-use eZ\Publish\API\Repository\Values\ContentType\ContentType;
6
-use eZ\Publish\Core\MVC\ConfigResolverInterface;
7 5
 use Netgen\InformationCollection\API\Action\ActionInterface;
8 6
 use OutOfBoundsException;
7
+use eZ\Publish\API\Repository\Values\ContentType\ContentType;
8
+use eZ\Publish\Core\MVC\ConfigResolverInterface;
9 9
 use function sprintf;
10 10
 use function in_array;
11 11
 
Please login to merge, or discard this patch.