Fixed "undefined class" IDE errror from INF use in @param
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 24 Aug 2015 11:15:28 +0000 (04:15 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 24 Aug 2015 11:15:28 +0000 (04:15 -0700)
Change-Id: I5d044da0946d046f4a8581445ede39d56973a126

includes/libs/objectcache/WANObjectCache.php

index 36250b0..3c6c282 100644 (file)
@@ -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
         */