Verified Commit 53f35651 authored by Dave Long's avatar Dave Long
Browse files

docs: #3559209 cache contexts should use `list<string>` everywhere

By: wim leers
By: smustgrave
By: ritarshi_chakraborty
(cherry picked from commit 52899c7c)
parent 1c66dca4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ interface CacheableDependencyInterface {
   * request context (the current URL, language, and so on). They're converted
   * before storing an object in cache.
   *
   * @return string[]
   * @return list<string>
   *   An array of cache context tokens, used to generate a cache ID.
   *
   * @see \Drupal\Core\Cache\Context\CacheContextsManager::convertTokensToKeys()