r62185 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62184‎ | r62185 | r62186 >
Date:16:52, 9 February 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed a doxygen warnng
Modified paths:
  • /trunk/phase3/includes/ObjectCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ObjectCache.php
@@ -34,7 +34,7 @@
3535
3636 /**
3737 * Get a cache object.
38 - * @param int $inputType cache type, one the the CACHE_* constants.
 38+ * @param $inputType Integer: cache type, one the the CACHE_* constants.
3939 */
4040 function &wfGetCache( $inputType ) {
4141 global $wgCaches, $wgMemCachedServers, $wgMemCachedDebug, $wgMemCachedPersistent;

Status & tagging log