Completed
Pull Request — master (#354)
by David de
05:21 queued 02:57
created
src/DependencyInjection/FOSHttpCacheExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -413,6 +413,9 @@
 block discarded – undo
413 413
         }
414 414
     }
415 415
 
416
+    /**
417
+     * @param string $msg
418
+     */
416 419
     private function validateUrl($url, $msg)
417 420
     {
418 421
         $prefixed = $this->prefixSchema($url);
Please login to merge, or discard this patch.
src/CacheManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use FOS\HttpCache\CacheInvalidator;
15 15
 use FOS\HttpCache\ProxyClient\ProxyClient;
16
-use Symfony\Component\HttpFoundation\Response;
17 16
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.
src/EventListener/CacheControlListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace FOS\HttpCacheBundle\EventListener;
13 13
 
14 14
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
15
-use Symfony\Component\HttpFoundation\Request;
16 15
 use Symfony\Component\HttpFoundation\Response;
17 16
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
18 17
 use Symfony\Component\HttpKernel\KernelEvents;
Please login to merge, or discard this patch.