Completed
Pull Request — master (#403)
by Simone
02:40
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/Exception/ProxyResponseException.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 class ProxyResponseException extends \RuntimeException implements HttpCacheException
21 21
 {
22 22
     /**
23
-     * @param ResponseInterface $response HTTP response
24 23
      *
25 24
      * @return ProxyResponseException
26 25
      */
Please login to merge, or discard this patch.
src/ProxyClient/HttpProxyClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      * Create a request and queue it with the HTTP dispatcher.
85 85
      *
86 86
      * @param string              $method
87
-     * @param string|UriInterface $url
87
+     * @param string $url
88 88
      * @param array               $headers
89 89
      * @param bool                $validateHost see Dispatcher::invalidate
90 90
      */
Please login to merge, or discard this patch.