Completed
Push — master ( 61c496...c60666 )
by David
05:00
created
src/ProxyClient/Varnish.php 2 patches
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -179,6 +179,8 @@
 block discarded – undo
179 179
      * @throws MissingHostException If a relative path is queued for purge/
180 180
      *                              refresh and no base URL is set
181 181
      *
182
+     * @param string $method
183
+     * @param string $url
182 184
      */
183 185
     protected function queueRequest($method, $url, array $headers = [])
184 186
     {
Please login to merge, or discard this 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.