Fixed a doxygen warnng
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 9 Feb 2010 16:52:34 +0000 (16:52 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 9 Feb 2010 16:52:34 +0000 (16:52 +0000)
includes/ObjectCache.php

index 9b2835f..b52745b 100644 (file)
@@ -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;