From 385e5847bd539bd089aa0634dcd2e708a84af388 Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Wed, 18 Nov 2020 21:13:26 +0100 Subject: [PATCH] Fixed #768 --- lib/Phpfastcache/Helper/Psr16Adapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Phpfastcache/Helper/Psr16Adapter.php b/lib/Phpfastcache/Helper/Psr16Adapter.php index 0f7679bbf..e2fa5a7a0 100644 --- a/lib/Phpfastcache/Helper/Psr16Adapter.php +++ b/lib/Phpfastcache/Helper/Psr16Adapter.php @@ -76,7 +76,7 @@ public function get($key, $default = null) /** * @param string $key * @param mixed $value - * @param null $ttl + * @param null|int|\DateInterval $ttl * @return bool * @throws \Phpfastcache\Exceptions\PhpfastcacheSimpleCacheException */