Completed
Push — inmemory-content-meta ( 3f441c...00873c )
by André
22:34
created
eZ/Publish/Core/Persistence/Cache/LocationHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -339,9 +339,9 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.