Merge "Fix relayPurge() IDEA warnings"

This commit is contained in:
jenkins-bot 2015-12-02 22:41:43 +00:00 committed by Gerrit Code Review
commit cd42bfbe24

View file

@ -923,7 +923,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 ) {