Completed
Push — 7.0 ( 6c9b08...431e20 )
by André
18:57
created
eZ/Publish/Core/Persistence/Cache/UrlAliasHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -368,9 +368,9 @@
 block discarded – undo
368 368
      * For use when generating cache, not on invalidation.
369 369
      *
370 370
      * @param \eZ\Publish\SPI\Persistence\Content\UrlAlias $urlAlias
371
-     * @param array $tags Optional, can be used to specify other tags.
371
+     * @param string[] $tags Optional, can be used to specify other tags.
372 372
      *
373
-     * @return array
373
+     * @return string[]
374 374
      */
375 375
     private function getCacheTags(UrlAlias $urlAlias, array $tags = [])
376 376
     {
Please login to merge, or discard this patch.