summaryrefslogtreecommitdiff
path: root/includes/ExternalUser.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/ExternalUser.php')
-rw-r--r--includes/ExternalUser.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/ExternalUser.php b/includes/ExternalUser.php
index d1eff916..37716390 100644
--- a/includes/ExternalUser.php
+++ b/includes/ExternalUser.php
@@ -98,7 +98,7 @@ abstract class ExternalUser {
* This is a wrapper around newFromId().
*
* @param $user User
- * @return mixed ExternalUser or false
+ * @return ExternalUser|false
*/
public static function newFromUser( $user ) {
global $wgExternalAuthType;
@@ -293,7 +293,7 @@ abstract class ExternalUser {
* @return Mixed User if the account is linked, Null otherwise.
*/
public final function getLocalUser(){
- $dbr = wfGetDb( DB_SLAVE );
+ $dbr = wfGetDB( DB_SLAVE );
$row = $dbr->selectRow(
'external_user',
'*',