@@ -48,7 +48,6 @@ |
||
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | 50 | * @param ManagerInterface $tagManager |
| 51 | - * @param mixed $options |
|
| 52 | 51 | */ |
| 53 | 52 | public function __construct(ManagerInterface $tagManager) |
| 54 | 53 | { |
@@ -4,10 +4,7 @@ |
||
| 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 | |