Completed
Pull Request — master (#290)
by Gavin
23:48 queued 12:12
created
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/ProxyClient/Varnish.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use FOS\HttpCache\ProxyClient\Invalidation\PurgeInterface;
18 18
 use FOS\HttpCache\ProxyClient\Invalidation\RefreshInterface;
19 19
 use FOS\HttpCache\ProxyClient\Invalidation\TagsInterface;
20
-use Http\Message\MessageFactory;
21 20
 
22 21
 /**
23 22
  * Varnish HTTP cache invalidator.
Please login to merge, or discard this patch.