Index: trunk/phase3/includes/ObjectCache.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | |
36 | 36 | /** |
37 | 37 | * 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. |
39 | 39 | */ |
40 | 40 | function &wfGetCache( $inputType ) { |
41 | 41 | global $wgCaches, $wgMemCachedServers, $wgMemCachedDebug, $wgMemCachedPersistent; |