Completed
Pull Request — master (#892)
by Andreas
02:25
created
Tests/ServiceRepositoryTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,7 @@
 block discarded – undo
15 15
 use Fixtures\Bundles\RepositoryServiceBundle\Repository\TestCustomClassRepoRepository;
16 16
 use Fixtures\Bundles\RepositoryServiceBundle\Repository\TestCustomServiceRepoRepository;
17 17
 use Fixtures\Bundles\RepositoryServiceBundle\RepositoryServiceBundle;
18
-use RuntimeException;
19 18
 use Symfony\Component\DependencyInjection\Alias;
20
-use Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass;
21 19
 use Symfony\Component\DependencyInjection\ContainerBuilder;
22 20
 use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
23 21
 
Please login to merge, or discard this patch.
Tests/ProfilerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension;
15 15
 use Symfony\Component\HttpFoundation\Request;
16 16
 use Symfony\Component\HttpFoundation\Response;
17
-use Symfony\Component\HttpKernel\DataCollector\RequestDataCollector;
18 17
 use Symfony\Component\HttpKernel\Fragment\FragmentHandler;
19 18
 use Symfony\Component\HttpKernel\Profiler\Profile;
20 19
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
Please login to merge, or discard this patch.