X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fuser%2Fsrc%2FPrivateTempStore.php;fp=web%2Fcore%2Fmodules%2Fuser%2Fsrc%2FPrivateTempStore.php;h=786ff1e44948a13d117ccb2d882777cf1f857cd1;hp=651227c371661f47028f0b4a3f93df7fc2d642f8;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/user/src/PrivateTempStore.php b/web/core/modules/user/src/PrivateTempStore.php index 651227c37..786ff1e44 100644 --- a/web/core/modules/user/src/PrivateTempStore.php +++ b/web/core/modules/user/src/PrivateTempStore.php @@ -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.