Merge "Remove @param comments that literally repeat what the code says"
[lhc/web/wiklou.git] / includes / libs / objectcache / MemcachedClient.php
index 20e30c5..b937736 100644 (file)
@@ -363,7 +363,7 @@ class MemcachedClient {
        /**
         * Changes the TTL on a key from the server to $time
         *
-        * @param string $key Key
+        * @param string $key
         * @param int $time TTL in seconds
         *
         * @return bool True on success, false on failure