Wrap message querypage-no-updates into a class
[lhc/web/wiklou.git] / includes / ExternalUser.php
index 49d525f..bea0e7e 100644 (file)
@@ -98,7 +98,7 @@ abstract class ExternalUser {
         * This is a wrapper around newFromId().
         *
         * @param $user User
-        * @return ExternalUser|bool
+        * @return ExternalUser|bool False on failure
         */
        public static function newFromUser( $user ) {
                global $wgExternalAuthType;