Merge "Fix relayPurge() IDEA warnings"
This commit is contained in:
commit
cd42bfbe24
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue