@@ -155,7 +155,7 @@ |
||
155 | 155 | * |
156 | 156 | * @param string $key The key of the item to store. |
157 | 157 | * @param mixed $value The value of the item to store, must be serializable. |
158 | - * @param null|int|\DateInterval $ttl Optional. The TTL value of this item. If no value is sent and |
|
158 | + * @param integer|null $ttl Optional. The TTL value of this item. If no value is sent and |
|
159 | 159 | * the driver supports TTL then the library may set a default value |
160 | 160 | * for it or let the driver take care of that. |
161 | 161 | * @param array $tags List of tags |