X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FCache%2FICacheDriver.php;h=1188e51877f65e2fecc40ad36a68cf67b44d9209;hb=fa1f48e1711c64d42ddb0f72c7670fa28f56482d;hp=2c04c5992578588611fd08fdefc1dd0d0ffb87f6;hpb=7da6da6666973efce1553237846aca06d497866d;p=friendica.git diff --git a/src/Core/Cache/ICacheDriver.php b/src/Core/Cache/ICacheDriver.php index 2c04c59925..1188e51877 100644 --- a/src/Core/Cache/ICacheDriver.php +++ b/src/Core/Cache/ICacheDriver.php @@ -34,7 +34,7 @@ interface ICacheDriver * * @param string $key The cache key * @param mixed $value The value to store - * @param integer $ttl The cache lifespan, must be one of the Cache constants + * @param integer $ttl The cache lifespan, must be one of the Cache constants * * @return bool */