summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-04-03 21:07:49 +0000
committertailor <cygnus@janrain.com>2007-04-03 21:07:49 +0000
commitc5f89ca82be5d47a6583c722e9aedb9d1b7e8db4 (patch)
tree503ed323cacfb407ad0659fb3cf386b328d9d4d0
parentebc98faa2b67b5cd89213fac3c07ade1acca4ea4 (diff)
downloadphp-openid-c5f89ca82be5d47a6583c722e9aedb9d1b7e8db4.zip
php-openid-c5f89ca82be5d47a6583c722e9aedb9d1b7e8db4.tar.gz
php-openid-c5f89ca82be5d47a6583c722e9aedb9d1b7e8db4.tar.bz2
[project @ Small docfixes]
-rw-r--r--Auth/OpenID/Consumer.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index db285e2..8afbb06 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -291,13 +291,13 @@ class Auth_OpenID_Consumer {
* Start the OpenID authentication process. See steps 1-2 in the
* overview at the top of this file.
*
- * @param User_url: Identity URL given by the user. This method
- * performs a textual transformation of the URL to try and make
- * sure it is normalized. For example, a user_url of example.com
- * will be normalized to http://example.com/ normalizing and
- * resolving any redirects the server might issue.
+ * @param string $user_url Identity URL given by the user. This
+ * method performs a textual transformation of the URL to try and
+ * make sure it is normalized. For example, a user_url of
+ * example.com will be normalized to http://example.com/
+ * normalizing and resolving any redirects the server might issue.
*
- * @param bool anonymous True if the OpenID request is to be sent
+ * @param bool $anonymous True if the OpenID request is to be sent
* to the server without any identifier information. Use this
* when you want to transport data but don't want to do OpenID
* authentication with identifiers.