aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/backend/lockmanager
diff options
context:
space:
mode:
authorSam Reed <reedy@users.mediawiki.org>2012-02-09 17:42:35 +0000
committerSam Reed <reedy@users.mediawiki.org>2012-02-09 17:42:35 +0000
commit138ddc452fc1fc4efb8464d27e2a71f21c516b9c (patch)
treed79a90fe1d5a18ed709c37e8603062b77df1e1f7 /includes/filerepo/backend/lockmanager
parentf3cc77aaeeb4f3a93fde7de80dbaafd89f6bd2bf (diff)
downloadmediawikicore-138ddc452fc1fc4efb8464d27e2a71f21c516b9c.tar.gz
mediawikicore-138ddc452fc1fc4efb8464d27e2a71f21c516b9c.zip
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
Other documentation improvements
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111049
Diffstat (limited to 'includes/filerepo/backend/lockmanager')
-rw-r--r--includes/filerepo/backend/lockmanager/LSLockManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/filerepo/backend/lockmanager/LSLockManager.php b/includes/filerepo/backend/lockmanager/LSLockManager.php
index b7ac743cf062..c1b741fde855 100644
--- a/includes/filerepo/backend/lockmanager/LSLockManager.php
+++ b/includes/filerepo/backend/lockmanager/LSLockManager.php
@@ -175,7 +175,7 @@ class LSLockManager extends LockManager {
* @param $action string
* @param $type string
* @param $values Array
- * @return string|false
+ * @return string|bool
*/
protected function sendCommand( $lockSrv, $action, $type, $values ) {
$conn = $this->getConnection( $lockSrv );