Completed
Push — in-memory-cache2 ( 65ff47...ca7264 )
by André
17:01
created
eZ/Publish/Core/Persistence/Cache/AbstractInMemoryHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
      * @param callable $backendLoader Function for loading ALL objects, value is cached as-is.
121 121
      * @param callable $cacheTagger Gets cache object as argument, return array of cache tags.
122 122
      * @param callable $cacheIndexes Gets cache object as argument, return array of cache keys.
123
-     * @param array $tags Optional global tags for the list cache.
123
+     * @param string[] $tags Optional global tags for the list cache.
124 124
      *
125 125
      * @return object
126 126
      */
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
     /**
281 281
      * Invalidate cache by tags.
282 282
      *
283
-     * @param array $tags
283
+     * @param string[] $tags
284 284
      */
285 285
     final protected function invalidateCache(array $tags): void
286 286
     {
Please login to merge, or discard this patch.