Revert r113650 and reapply r113619 and r113649 with one modification: User::createNew...
[lhc/web/wiklou.git] / includes / ExternalUser.php
index 3771639..bea0e7e 100644 (file)
@@ -98,7 +98,7 @@ abstract class ExternalUser {
         * This is a wrapper around newFromId().
         *
         * @param $user User
-        * @return ExternalUser|false
+        * @return ExternalUser|bool False on failure
         */
        public static function newFromUser( $user ) {
                global $wgExternalAuthType;