From da531a8be512fadd84511cf38b232634814c0ae9 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 24 Aug 2015 04:15:28 -0700 Subject: [PATCH] Fixed "undefined class" IDE errror from INF use in @param Change-Id: I5d044da0946d046f4a8581445ede39d56973a126 --- 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 36250b07c4..3c6c282ad8 100644 --- a/includes/libs/objectcache/WANObjectCache.php +++ b/includes/libs/objectcache/WANObjectCache.php @@ -617,7 +617,7 @@ class WANObjectCache { * moves from $lowTTL to 0 seconds. This handles widely varying * levels of cache access traffic. * - * @param float|INF $curTTL Approximate TTL left on the key if present + * @param float $curTTL Approximate TTL left on the key if present * @param float $lowTTL Consider a refresh when $curTTL is less than this * @return bool */ -- 2.20.1