From 2d5e0df9e688854f0e17195282acfeacfefd692c Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 9 Feb 2010 16:52:34 +0000 Subject: [PATCH] Fixed a doxygen warnng --- includes/ObjectCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ObjectCache.php b/includes/ObjectCache.php index 9b2835f17f..b52745b179 100644 --- a/includes/ObjectCache.php +++ b/includes/ObjectCache.php @@ -34,7 +34,7 @@ $wgCaches = array(); /** * Get a cache object. - * @param int $inputType cache type, one the the CACHE_* constants. + * @param $inputType Integer: cache type, one the the CACHE_* constants. */ function &wfGetCache( $inputType ) { global $wgCaches, $wgMemCachedServers, $wgMemCachedDebug, $wgMemCachedPersistent; -- 2.20.1