@@ -55,7 +55,7 @@ |
||
| 55 | 55 | * from the pool. |
| 56 | 56 | * @param string $key The item key |
| 57 | 57 | * @param mixed $value The item value (unserialized) |
| 58 | - * @param \DateTime|integer|null $ttl |
|
| 58 | + * @param integer|null $ttl |
|
| 59 | 59 | * @param bool $hit Was this item retrived from cache? |
| 60 | 60 | */ |
| 61 | 61 | public function __construct($key, $value = null, $ttl = null, $hit = false) |