update @param @return doc in several files
[lhc/web/wiklou.git] / includes / objectcache / MemcachedBagOStuff.php
index 324b3a6..464e507 100644 (file)
@@ -86,6 +86,7 @@ class MemcachedBagOStuff extends BagOStuff {
        /**
         * @param $key string
         * @param $value int
+        * @param $exptime int (default 0)
         * @return Mixed
         */
        public function add( $key, $value, $exptime = 0 ) {