From: Aaron Schulz Date: Mon, 24 Aug 2015 11:15:28 +0000 (-0700) Subject: Fixed "undefined class" IDE errror from INF use in @param X-Git-Tag: 1.31.0-rc.0~10298^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=da531a8be512fadd84511cf38b232634814c0ae9;p=lhc%2Fweb%2Fwiklou.git Fixed "undefined class" IDE errror from INF use in @param Change-Id: I5d044da0946d046f4a8581445ede39d56973a126 --- 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 */