From 2f1f8d9bf26d8637ccdda45b11cf30d3816ac2f4 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 2 Dec 2015 14:31:51 -0800 Subject: [PATCH] Fix relayPurge() IDEA warnings Change-Id: I6e6c0f611c344eab79350468552a2ccbf4cd1d18 --- includes/libs/objectcache/WANObjectCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/objectcache/WANObjectCache.php b/includes/libs/objectcache/WANObjectCache.php index 1c900cde20..8b22e9eb05 100644 --- a/includes/libs/objectcache/WANObjectCache.php +++ b/includes/libs/objectcache/WANObjectCache.php @@ -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 ) { -- 2.20.1