diff options
author | tailor <cygnus@janrain.com> | 2007-09-24 19:37:13 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-09-24 19:37:13 +0000 |
commit | 9c10aca3928e8f0559ed982c370fb8427759fb9d (patch) | |
tree | 0a8179262474b1722cd667bcab7f0cab9b89b3cf | |
parent | 2a3212aa8da217747d9a8cc59cbe38525c9f6743 (diff) | |
download | php-openid-9c10aca3928e8f0559ed982c370fb8427759fb9d.zip php-openid-9c10aca3928e8f0559ed982c370fb8427759fb9d.tar.gz php-openid-9c10aca3928e8f0559ed982c370fb8427759fb9d.tar.bz2 |
[project @ Store interface comment]
-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 1830179..ae86637 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -48,7 +48,7 @@ class Auth_OpenID_OpenIDStore { } /* - * Run garbage collection on expired nonces. + * Remove expired nonces from the store. * * Discards any nonce from storage that is old enough that its * timestamp would not pass useNonce(). |