X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FCache%2FIMemoryCacheDriver.php;h=0c5146f4399a01b186406eb24653bfef8d8de924;hb=6bb418c5a7cdd71d28a8a572059efb14401b70bd;hp=a50e2d1d48398bf25cd7f09ffc1a89aea1b36d74;hpb=ff5ee74ecfbd39b630433c6e1d7cfcd9611d4660;p=friendica.git diff --git a/src/Core/Cache/IMemoryCacheDriver.php b/src/Core/Cache/IMemoryCacheDriver.php index a50e2d1d48..0c5146f439 100644 --- a/src/Core/Cache/IMemoryCacheDriver.php +++ b/src/Core/Cache/IMemoryCacheDriver.php @@ -28,7 +28,7 @@ interface IMemoryCacheDriver extends ICacheDriver * @param string $key The cache key * @param mixed $oldValue The old value we know from the cache * @param mixed $newValue The new value we want to set - * @param int $ttl The cache lifespan, must be one of the Cache constants + * @param int $ttl The cache lifespan, must be one of the Cache constants * * @return bool */