diff options
author | tailor <cygnus@janrain.com> | 2006-03-02 00:26:21 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-02 00:26:21 +0000 |
commit | 0fab8e1ae9d39fee6560e3d57aff463160837d18 (patch) | |
tree | b9ebe26c5cbc94c426191a7c46dd30f1974c7b2f | |
parent | a83de2225fee7949b0776b1e2a59341834b86cd2 (diff) | |
download | php-openid-0fab8e1ae9d39fee6560e3d57aff463160837d18.zip php-openid-0fab8e1ae9d39fee6560e3d57aff463160837d18.tar.gz php-openid-0fab8e1ae9d39fee6560e3d57aff463160837d18.tar.bz2 |
[project @ Added links for AUTH_KEY_LEN to Interface file]
-rw-r--r-- | Auth/OpenID/Interface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index 1e6a50c..ce9fa1f 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -148,9 +148,9 @@ class Auth_OpenID_OpenIDStore { * This method returns a key used to sign the tokens, to ensure * that they haven't been tampered with in transit. It should * return the same key every time it is called. The key returned - * should be $AUTH_KEY_LEN bytes long. + * should be {@link AUTH_KEY_LEN} bytes long. * - * @return string The key. It should be $AUTH_KEY_LEN bytes in + * @return string The key. It should be {@link AUTH_KEY_LEN} bytes in * length, and use the full range of byte values. That is, it * should be treated as a lump of binary data stored in a string. */ |