@@ -419,9 +419,9 @@ |
||
419 | 419 | * For use when generating cache, not on invalidation. |
420 | 420 | * |
421 | 421 | * @param \eZ\Publish\SPI\Persistence\Content\ContentInfo $contentInfo |
422 | - * @param array $tags Optional, can be used to specify other tags. |
|
422 | + * @param string[] $tags Optional, can be used to specify other tags. |
|
423 | 423 | * |
424 | - * @return array |
|
424 | + * @return string[] |
|
425 | 425 | */ |
426 | 426 | private function getCacheTags(ContentInfo $contentInfo, array $tags = []) |
427 | 427 | { |