aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/lockmanager
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/filebackend/lockmanager
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/filebackend/lockmanager')
-rw-r--r--includes/filebackend/lockmanager/MemcLockManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/filebackend/lockmanager/MemcLockManager.php b/includes/filebackend/lockmanager/MemcLockManager.php
index 57c0463d4cc4..26a5e2da8e15 100644
--- a/includes/filebackend/lockmanager/MemcLockManager.php
+++ b/includes/filebackend/lockmanager/MemcLockManager.php
@@ -64,6 +64,7 @@ class MemcLockManager extends QuorumLockManager {
* - wikiId : Wiki ID string that all resources are relative to. [optional]
*
* @param Array $config
+ * @throws MWException
*/
public function __construct( array $config ) {
parent::__construct( $config );