Completed
Pull Request — master (#253)
by Daniel
04:39
created
src/ProxyClient/Varnish.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use FOS\HttpCache\ProxyClient\Invalidation\RefreshInterface;
19 19
 use FOS\HttpCache\ProxyClient\Invalidation\TagsInterface;
20 20
 use FOS\HttpCache\ProxyClient\Request\InvalidationRequest;
21
-use FOS\HttpCache\ProxyClient\Request\RequestQueue;
22 21
 use Http\Adapter\HttpAdapter;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
src/SymfonyCache/PurgeSubscriber.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,11 +11,8 @@
 block discarded – undo
11 11
 
12 12
 namespace FOS\HttpCache\SymfonyCache;
13 13
 
14
-use Symfony\Component\EventDispatcher\EventSubscriberInterface;
15
-use Symfony\Component\HttpFoundation\Request;
16 14
 use Symfony\Component\HttpFoundation\RequestMatcher;
17 15
 use Symfony\Component\HttpFoundation\Response;
18
-use Symfony\Component\HttpKernel\HttpKernelInterface;
19 16
 use Symfony\Component\OptionsResolver\OptionsResolver;
20 17
 
21 18
 /**
Please login to merge, or discard this patch.
src/Test/HttpClient/MockHttpAdapter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Http\Adapter\Exception\MultiHttpAdapterException;
6 6
 use Http\Adapter\HttpAdapter;
7
-use GuzzleHttp\Psr7\Response;
8 7
 use Http\Discovery\MessageFactoryDiscovery;
9 8
 use Psr\Http\Message\RequestInterface;
10 9
 use Psr\Http\Message\ResponseInterface;
Please login to merge, or discard this patch.
src/SymfonyCache/TagSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
6 6
 use FOS\HttpCache\SymfonyCache\Tag\ManagerInterface;
7
-use Symfony\Component\OptionsResolver\OptionsResolver;
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 use Symfony\Component\HttpFoundation\HeaderBag;
10 9
 use Symfony\Component\HttpFoundation\JsonResponse;
Please login to merge, or discard this patch.