diff options
author | Kunal Mehta <legoktm@gmail.com> | 2014-07-28 22:15:58 -0700 |
---|---|---|
committer | Legoktm <legoktm.wikipedia@gmail.com> | 2014-07-29 05:17:26 +0000 |
commit | 2a904107c5ed4a79a2d5c4cc88ee15cb1176b2ca (patch) | |
tree | 0f5043f598964db85cd296a3fcd8e186f5da7105 /includes/password | |
parent | 581e5d4d81356d7f02e86f9f4529276d3a35102c (diff) | |
download | mediawikicore-2a904107c5ed4a79a2d5c4cc88ee15cb1176b2ca.tar.gz mediawikicore-2a904107c5ed4a79a2d5c4cc88ee15cb1176b2ca.zip |
Documentation fixes for Password API-related changes
A few @since 1.23 --> 1.24
Change-Id: I55d00ab9c3f9dae96ed804a22f19d713879663fa
Follows-Up: I0a9c972931a0eff0cfb2619cef3ddffd03710285
Diffstat (limited to 'includes/password')
-rw-r--r-- | includes/password/PasswordFactory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/password/PasswordFactory.php b/includes/password/PasswordFactory.php index 7aa78a7e010c..70b7656cb0fc 100644 --- a/includes/password/PasswordFactory.php +++ b/includes/password/PasswordFactory.php @@ -29,7 +29,7 @@ final class PasswordFactory { /** * The default PasswordHash type * -*@var string + * @var string * @see PasswordFactory::setDefaultType */ private $default = ''; |