@@ -34,7 +34,7 @@ |
||
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 | */ |
@@ -20,7 +20,6 @@ |
||
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 | */ |
@@ -51,7 +51,6 @@ |
||
51 | 51 | * - header_formatter (TagHeaderFormatter) Default: CommaSeparatedTagHeaderFormatter with default header name |
52 | 52 | * - strict (bool) Default: false. If set to true, throws exception when adding empty tags |
53 | 53 | * |
54 | - * @param TagHeaderFormatter $headerFormatter |
|
55 | 54 | * @param array $options |
56 | 55 | */ |
57 | 56 | public function __construct(array $options = []) |