Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / src / SharedTempStore.php
index 2c6113ff66a7130fd751823056833c9444bfc1b0..91a622bbef76720b5889ea0343289e361e3fdc20 100644 (file)
@@ -77,7 +77,7 @@ class SharedTempStore {
   /**
    * Constructs a new object for accessing data from a key/value store.
    *
-   * @param KeyValueStoreExpirableInterface $storage
+   * @param \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface $storage
    *   The key/value storage object used for this data. Each storage object
    *   represents a particular collection of data and will contain any number
    *   of key/value pairs.