@@ -120,7 +120,7 @@ discard block |
||
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 |
||
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 | { |