Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / src / PrivateTempStore.php
index 651227c371661f47028f0b4a3f93df7fc2d642f8..786ff1e44948a13d117ccb2d882777cf1f857cd1 100644 (file)
@@ -68,7 +68,7 @@ class PrivateTempStore {
   /**
    * 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.