@@ -100,7 +100,7 @@ |
||
100 | 100 | /** |
101 | 101 | * Returns an array of allowed IPs for Http PURGE requests. |
102 | 102 | * |
103 | - * @return array |
|
103 | + * @return string[] |
|
104 | 104 | */ |
105 | 105 | protected function getInternalAllowedIPs() |
106 | 106 | { |
@@ -270,9 +270,9 @@ |
||
270 | 270 | * Return relevant content and location tags so cache can be purged reliably. |
271 | 271 | * |
272 | 272 | * @param Location $location |
273 | - * @param array $tags Optional, can be used to specify additional tags. |
|
273 | + * @param string[] $tags Optional, can be used to specify additional tags. |
|
274 | 274 | * |
275 | - * @return array |
|
275 | + * @return string[] |
|
276 | 276 | */ |
277 | 277 | private function getCacheTags(Location $location, $tags = []) |
278 | 278 | { |