]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Cache/IMemoryCacheDriver.php
Use "received" instead of "created" when displaying posts in creation order
[friendica.git] / src / Core / Cache / IMemoryCacheDriver.php
index a50e2d1d48398bf25cd7f09ffc1a89aea1b36d74..0c5146f4399a01b186406eb24653bfef8d8de924 100644 (file)
@@ -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
         */