Completed
Pull Request — master (#444)
by Yanick
02:55
created
src/ProxyClient/HttpDispatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      * @param string[]             $servers    Caching proxy server hostnames or IP
79 79
      *                                         addresses, including port if not port 80.
80 80
      *                                         E.g. ['127.0.0.1:6081']
81
-     * @param string|string[]      $baseUris   Default application hostnames, optionally
81
+     * @param string      $baseUris   Default application hostnames, optionally
82 82
      *                                         including base URL, for purge and refresh
83 83
      *                                         requests (optional). At least one is required if
84 84
      *                                         you purge and refresh paths instead of
Please login to merge, or discard this patch.
src/Test/Proxy/LiteSpeedProxy.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\HttpCache\Test\Proxy;
13 13
 
14 14
 use Symfony\Component\Process\Exception\ProcessFailedException;
15
-use Symfony\Component\Process\Process;
16 15
 
17 16
 class LiteSpeedProxy extends AbstractProxy
18 17
 {
Please login to merge, or discard this patch.