Remove @param comments that literally repeat what the code says
[lhc/web/wiklou.git] / includes / cache / CacheDependency.php
index a59ba97..2c9d214 100644 (file)
@@ -99,7 +99,7 @@ class DependencyWrapper {
         * it will be generated with the callback function (if present), and the newly
         * calculated value will be stored to the cache in a wrapper.
         *
-        * @param BagOStuff $cache A cache object
+        * @param BagOStuff $cache
         * @param string $key The cache key
         * @param int $expiry The expiry timestamp or interval in seconds
         * @param bool|callable $callback The callback for generating the value, or false