Fix relayPurge() IDEA warnings
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 2 Dec 2015 22:31:51 +0000 (14:31 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 2 Dec 2015 22:31:51 +0000 (14:31 -0800)
Change-Id: I6e6c0f611c344eab79350468552a2ccbf4cd1d18

includes/libs/objectcache/WANObjectCache.php

index 1c900cd..8b22e9e 100644 (file)
@@ -922,7 +922,7 @@ class WANObjectCache implements IExpiringStore, LoggerAwareInterface {
         *
         * @param string $key Cache key
         * @param integer $ttl How long to keep the tombstone [seconds]
-        * @param holdoff $ttl HOLDOFF_* constant controlling how long to ignore sets for this key
+        * @param integer $holdoff HOLDOFF_* constant controlling how long to ignore sets for this key
         * @return bool Success
         */
        protected function relayPurge( $key, $ttl, $holdoff ) {