Skip to content

Commit 17cf22b

Browse files
authored
Merge pull request #769 from Geolim4/v7
Fixed #768 (v7)
2 parents 4dc0f95 + 385e584 commit 17cf22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Phpfastcache/Helper/Psr16Adapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function get($key, $default = null)
7676
/**
7777
* @param string $key
7878
* @param mixed $value
79-
* @param null $ttl
79+
* @param null|int|\DateInterval $ttl
8080
* @return bool
8181
* @throws \Phpfastcache\Exceptions\PhpfastcacheSimpleCacheException
8282
*/

0 commit comments

Comments
 (0)