summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-09-19 23:03:41 +0000
committertailor <cygnus@janrain.com>2007-09-19 23:03:41 +0000
commitee1d83c0ba682dbe341ad4e6a8789b8dee9cadc0 (patch)
tree463966701bd737492735ec0c8533f70b6a61c0c1 /Auth
parent3fd6bdc3bce8bc47820f517e9c84ee74a4fa853a (diff)
downloadphp-openid-ee1d83c0ba682dbe341ad4e6a8789b8dee9cadc0.zip
php-openid-ee1d83c0ba682dbe341ad4e6a8789b8dee9cadc0.tar.gz
php-openid-ee1d83c0ba682dbe341ad4e6a8789b8dee9cadc0.tar.bz2
[project @ Update changes in Auth_OpenID_Interface]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/Interface.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php
index 9e7d496..76fa790 100644
--- a/Auth/OpenID/Interface.php
+++ b/Auth/OpenID/Interface.php
@@ -20,9 +20,9 @@
* consumers. If you want to create an SQL-driven store, please see
* then {@link Auth_OpenID_SQLStore} class.
*
- * Change: Version 2.0 removed the storeNonce and getAuthKey methods,
- * and changed the behavior of the useNonce method to support one-way
- * nonces.
+ * Change: Version 2.0 removed the storeNonce, getAuthKey, and isDumb
+ * methods, and changed the behavior of the useNonce method to support
+ * one-way nonces.
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>