aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/HTMLFileCache.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2012-10-08 01:35:26 +0200
committerGerrit Code Review <gerrit@wikimedia.org>2012-10-09 09:41:58 +0000
commitd4b046a8934d1206e5f6eb6b3d1ba206db814a46 (patch)
tree03c1533b478acd0c41da511dad8c94cd4b8e4448 /includes/cache/HTMLFileCache.php
parent2b7464152bd5de7453bd44cf260e0bbab018ca32 (diff)
downloadmediawikicore-d4b046a8934d1206e5f6eb6b3d1ba206db814a46.tar.gz
mediawikicore-d4b046a8934d1206e5f6eb6b3d1ba206db814a46.zip
Update docs for return and exception info
* Removed some inline tabs in the process. * IDE fixed some incorrect leading spaces, too. Change-Id: Ic9303eff6db4424ac3f1fa2816839692b43e6190
Diffstat (limited to 'includes/cache/HTMLFileCache.php')
-rw-r--r--includes/cache/HTMLFileCache.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/cache/HTMLFileCache.php b/includes/cache/HTMLFileCache.php
index 6bfeed32b123..fca071a12016 100644
--- a/includes/cache/HTMLFileCache.php
+++ b/includes/cache/HTMLFileCache.php
@@ -33,6 +33,7 @@ class HTMLFileCache extends FileCacheBase {
* Construct an ObjectFileCache from a Title and an action
* @param $title Title|string Title object or prefixed DB key string
* @param $action string
+ * @throws MWException
* @return HTMLFileCache
*/
public static function newFromTitle( $title, $action ) {