From: Alexandre Emsenhuber Date: Tue, 9 Feb 2010 16:52:34 +0000 (+0000) Subject: Fixed a doxygen warnng X-Git-Tag: 1.31.0-rc.0~37853 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=2d5e0df9e688854f0e17195282acfeacfefd692c;p=lhc%2Fweb%2Fwiklou.git Fixed a doxygen warnng --- 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;