Completed
Pull Request — master (#253)
by Daniel
11:26
created
src/SymfonyCache/TagSubscriber.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * @param ManagerInterface $tagManager
51
-     * @param mixed $options
52 51
      */
53 52
     public function __construct(ManagerInterface $tagManager)
54 53
     {
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,10 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
6 6
 use FOS\HttpCache\Tag\ManagerInterface;
7
-use Symfony\Component\OptionsResolver\OptionsResolver;
8
-use Symfony\Component\HttpFoundation\Request;
9 7
 use Symfony\Component\HttpFoundation\HeaderBag;
10
-use Symfony\Component\HttpFoundation\JsonResponse;
11 8
 use Symfony\Component\HttpFoundation\Response;
12 9
 use FOS\HttpCache\ProxyClient\Symfony;
13 10
 
Please login to merge, or discard this patch.