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
Pull Request — master (#249)
by Théo
34:54
created
fixtures/Resolver/cache/test/ResolverTestDebugProjectContainer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\ContainerInterface;
4 3
 use Symfony\Component\DependencyInjection\Container;
5 4
 use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
6 5
 use Symfony\Component\DependencyInjection\Exception\LogicException;
7
-use Symfony\Component\DependencyInjection\Exception\RuntimeException;
8 6
 use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
9 7
 
10 8
 /**
Please login to merge, or discard this patch.
ResolverTestCanResolveBundlesDebugProjectContainer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\ContainerInterface;
4 3
 use Symfony\Component\DependencyInjection\Container;
5 4
 use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
6 5
 use Symfony\Component\DependencyInjection\Exception\LogicException;
7
-use Symfony\Component\DependencyInjection\Exception\RuntimeException;
8 6
 use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
9 7
 
10 8
 /**
Please login to merge, or discard this patch.
ResolverTestReturnsAllBundlesIfNoBundleIsRequestedDebugProjectContainer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\ContainerInterface;
4 3
 use Symfony\Component\DependencyInjection\Container;
5 4
 use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
6 5
 use Symfony\Component\DependencyInjection\Exception\LogicException;
7
-use Symfony\Component\DependencyInjection\Exception\RuntimeException;
8 6
 use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
9 7
 
10 8
 /**
Please login to merge, or discard this patch.
src/Console/Command/LoadDataFixturesCommand.php 1 patch
Doc Comments   +1 added lines, -7 removed lines patch added patch discarded remove patch
@@ -70,13 +70,7 @@
 block discarded – undo
70 70
 
71 71
     /**
72 72
      * @param string                    $name             Command name
73
-     * @param ManagerRegistry           $doctrine
74
-     * @param LoaderInterface           $loader
75
-     * @param FixturesLoaderInterface   $fixturesLoader
76
-     * @param FixturesFinderInterface   $fixturesFinder
77
-     * @param BundleResolverInterface   $bundlesResolver
78
-     * @param LoaderGeneratorInterface  $loaderGenerator
79
-     * @param FixturesExecutorInterface $fixturesExecutor
73
+     * @param AliceBundleLoaderInterface           $loader
80 74
      */
81 75
     public function __construct($name, AliceBundleLoaderInterface $loader)
82 76
     {
Please login to merge, or discard this patch.