@@ -339,9 +339,9 @@ |
||
| 339 | 339 | * Return relevant content and location tags so cache can be purged reliably. |
| 340 | 340 | * |
| 341 | 341 | * @param \eZ\Publish\SPI\Persistence\Content\Location $location |
| 342 | - * @param array $tags Optional, can be used to specify additional tags. |
|
| 342 | + * @param string[] $tags Optional, can be used to specify additional tags. |
|
| 343 | 343 | * |
| 344 | - * @return array |
|
| 344 | + * @return string[] |
|
| 345 | 345 | */ |
| 346 | 346 | private function getCacheTags(Location $location, $tags = []) |
| 347 | 347 | { |