summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-03-02 00:09:11 +0000
committertailor <cygnus@janrain.com>2006-03-02 00:09:11 +0000
commit09047b90aaafdd75ee25076f12a8bdee0e1eecdd (patch)
treec8db500e4a0edad3f52eefcbdbd6b09cf8071051 /Auth
parenta8f3e30411f38f0e2640354749b3728ce5d57de7 (diff)
downloadphp-openid-09047b90aaafdd75ee25076f12a8bdee0e1eecdd.zip
php-openid-09047b90aaafdd75ee25076f12a8bdee0e1eecdd.tar.gz
php-openid-09047b90aaafdd75ee25076f12a8bdee0e1eecdd.tar.bz2
[project @ Added links to OpenID docblocks]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID.php b/Auth/OpenID.php
index 67104a3..b80d9da 100644
--- a/Auth/OpenID.php
+++ b/Auth/OpenID.php
@@ -64,10 +64,10 @@ define('Auth_OpenID_REDIRECT', 'redirect');
/**
* Status code returned when the caller needs to authenticate the
- * user. The associated value is a Auth_OpenID_ServerRequest
+ * user. The associated value is a {@link Auth_OpenID_ServerRequest}
* object that can be used to complete the authentication. If the user
* has taken some authentication action, use the retry() method of the
- * Auth_OpenID_ServerRequest object to complete the request.
+ * {@link Auth_OpenID_ServerRequest} object to complete the request.
*
* @see Auth_OpenID_Server
*/