Remove unreachable line in DifferenceEngine
[lhc/web/wiklou.git] / includes / ObjectCache.php
index db22c07..6824d21 100644 (file)
@@ -36,7 +36,9 @@ $wgCaches = array();
 
 /**
  * Get a cache object.
- * @param $inputType Integer: cache type, one the the CACHE_* constants. 
+ * @param $inputType Integer: cache type, one the the CACHE_* constants.
+ *
+ * @return BagOStuff
  */
 function &wfGetCache( $inputType ) {
        global $wgCaches, $wgMemCachedServers, $wgMemCachedDebug, $wgMemCachedPersistent;