Completed
Pull Request — master (#444)
by Yanick
13:59
created
src/Exception/InvalidUrlException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
     /**
36 36
      * @param string $server  Invalid server
37
-     * @param array  $allowed Allowed URL parts
37
+     * @param string[]  $allowed Allowed URL parts
38 38
      *
39 39
      * @return self
40 40
      */
Please login to merge, or discard this patch.
src/Test/LiteSpeedTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,7 @@
 block discarded – undo
13 13
 
14 14
 use FOS\HttpCache\ProxyClient\HttpDispatcher;
15 15
 use FOS\HttpCache\ProxyClient\LiteSpeed;
16
-use FOS\HttpCache\ProxyClient\Nginx;
17 16
 use FOS\HttpCache\Test\Proxy\LiteSpeedProxy;
18
-use FOS\HttpCache\Test\Proxy\NginxProxy;
19 17
 
20 18
 // TODO: update docs in case anything is configurable
21 19
 /**
Please login to merge, or discard this patch.