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.
Failed Conditions
Branch master (de56ad)
by Jonathan
01:41
created
DependencyInjection/CircuitBreakerExtension.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace CircuitBreakerBundle\DependencyInjection;
4 4
 
5
+use CircuitBreakerBundle\DependencyInjection\Configuration;
5 6
 use Symfony\Component\Config\FileLocator;
6 7
 use Symfony\Component\DependencyInjection\ContainerBuilder;
7 8
 use Symfony\Component\DependencyInjection\Loader;
8 9
 use Symfony\Component\HttpKernel\DependencyInjection\Extension;
9
-use CircuitBreakerBundle\DependencyInjection\Configuration;
10 10
 
11 11
 /**
12 12
  * @codeCoverageIgnore
Please login to merge, or discard this patch.
Service/CircuitBreakerService.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace CircuitBreakerBundle\Service;
4 4
 
5
-use Symfony\Component\Cache\Adapter\AbstractAdapter;
6
-use Psr\Log\LoggerTrait as PsrLoggerTrait;
7 5
 use Psr\Log\LoggerInterface;
6
+use Psr\Log\LoggerTrait as PsrLoggerTrait;
7
+use Symfony\Component\Cache\Adapter\AbstractAdapter;
8 8
 
9 9
 class CircuitBreakerService
10 10
 {
Please login to merge, or discard this patch.