From: Aaron Schulz Date: Wed, 2 Dec 2015 22:31:51 +0000 (-0800) Subject: Fix relayPurge() IDEA warnings X-Git-Tag: 1.31.0-rc.0~8835^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/voir.php?a=commitdiff_plain;h=2f1f8d9bf26d8637ccdda45b11cf30d3816ac2f4;p=lhc%2Fweb%2Fwiklou.git Fix relayPurge() IDEA warnings Change-Id: I6e6c0f611c344eab79350468552a2ccbf4cd1d18 --- 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 ) {