Completed
Pull Request — master (#280)
by Nicolas
15:24
created
HttpCache.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,9 +14,6 @@
 block discarded – undo
14 14
 use FOS\HttpCache\SymfonyCache\CacheEvent;
15 15
 use FOS\HttpCache\SymfonyCache\UserContextSubscriber;
16 16
 use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache as BaseHttpCache;
17
-use Symfony\Component\EventDispatcher\EventDispatcher;
18
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
19
-use Symfony\Component\EventDispatcher\EventSubscriberInterface;
20 17
 use Symfony\Component\HttpFoundation\Request;
21 18
 use Symfony\Component\HttpKernel\HttpKernelInterface;
22 19
 
Please login to merge, or discard this patch.