Completed
Push — master ( 67603a...5891a7 )
by André
43:50 queued 16:12
created
eZ/Publish/Core/Persistence/Cache/ContentHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -419,9 +419,9 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.