Correct variable names in @param to match method declarations
[lhc/web/wiklou.git] / includes / objectcache / MemcachedBagOStuff.php
index 79a6841..59191d7 100644 (file)
@@ -78,8 +78,8 @@ class MemcachedBagOStuff extends BagOStuff {
        }
 
        /**
-        * @param string $key
         * @param mixed $casToken
+        * @param string $key
         * @param mixed $value
         * @param int $exptime
         * @return bool