@@ -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 | */ |
@@ -78,7 +78,7 @@ |
||
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 |