Completed
Push — sf_cache ( 7d6e0d...78c438 )
by André
38:15 queued 21:32
created
eZ/Publish/Core/Persistence/Cache/LocationHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -270,9 +270,9 @@
 block discarded – undo
270 270
      * Return relevant content and location tags so cache can be purged reliably.
271 271
      *
272 272
      * @param Location $location
273
-     * @param array $tags Optional, can be used to specify additional tags.
273
+     * @param string[] $tags Optional, can be used to specify additional tags.
274 274
      *
275
-     * @return array
275
+     * @return string[]
276 276
      */
277 277
     private function getCacheTags(Location $location, $tags = [])
278 278
     {
Please login to merge, or discard this patch.