diff options
Diffstat (limited to 'includes/extauth/Hardcoded.php')
-rw-r--r-- | includes/extauth/Hardcoded.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/extauth/Hardcoded.php b/includes/extauth/Hardcoded.php index 7330aa14bda9..a9a60beaf399 100644 --- a/includes/extauth/Hardcoded.php +++ b/includes/extauth/Hardcoded.php @@ -31,6 +31,8 @@ * * Multiple names may be provided. The keys of the inner arrays can be either * 'password', or the name of any preference. + * + * @ingroup ExternalUser */ class ExternalUser_Hardcoded extends ExternalUser { private $mName; |