diff options
author | tailor <cygnus@janrain.com> | 2007-09-24 19:36:45 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-09-24 19:36:45 +0000 |
commit | 2a3212aa8da217747d9a8cc59cbe38525c9f6743 (patch) | |
tree | 934516098cb8b38ff52841c94d31772b9b1d789c /Auth | |
parent | f9d88780e22f049e92c7a23b39ce0b2784ef3021 (diff) | |
download | php-openid-2a3212aa8da217747d9a8cc59cbe38525c9f6743.zip php-openid-2a3212aa8da217747d9a8cc59cbe38525c9f6743.tar.gz php-openid-2a3212aa8da217747d9a8cc59cbe38525c9f6743.tar.bz2 |
[project @ Store interface comment]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index 71c58e7..1830179 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -74,7 +74,7 @@ class Auth_OpenID_OpenIDStore { * If no handle is specified, the store may return any association * which matches the server URL. If multiple associations are * valid, the recommended return value for this method is the one - * that will remain valid for the longest duration. + * most recently issued. * * This method is allowed (and encouraged) to garbage collect * expired associations when found. This method must not return |