diff options
-rw-r--r-- | Auth/OpenID/DumbStore.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/DumbStore.php b/Auth/OpenID/DumbStore.php index 06faa36..b4216ab 100644 --- a/Auth/OpenID/DumbStore.php +++ b/Auth/OpenID/DumbStore.php @@ -35,7 +35,7 @@ require_once 'Auth/OpenID/HMACSHA1.php'; class Auth_OpenID_DumbStore extends Auth_OpenID_OpenIDStore { /** - * Creates a new Auth_OpenID_DumbStore instance. For the security + * Creates a new {@link Auth_OpenID_DumbStore} instance. For the security * of the tokens generated by the library, this class attempts to * at least have a secure implementation of getAuthKey. * @@ -45,7 +45,7 @@ class Auth_OpenID_DumbStore extends Auth_OpenID_OpenIDStore { * string as the secret phrase, which means you can make it very * difficult to guess. * - * Each Auth_OpenID_DumbStore instance that is created for use by + * Each {@link Auth_OpenID_DumbStore} instance that is created for use by * your consumer site needs to use the same $secret_phrase. * * @param string secret_phrase The phrase used to create the auth |