summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-03-02 00:31:55 +0000
committertailor <cygnus@janrain.com>2006-03-02 00:31:55 +0000
commitcfb77e2bbc57bd9f7b2c87e4dafbbbf47026796a (patch)
tree8766cc140d35997ad0b30f53214cc3767d31ba3f
parent6ac5e0130db2ece8c98b44955653cb99789e1770 (diff)
downloadphp-openid-cfb77e2bbc57bd9f7b2c87e4dafbbbf47026796a.zip
php-openid-cfb77e2bbc57bd9f7b2c87e4dafbbbf47026796a.tar.gz
php-openid-cfb77e2bbc57bd9f7b2c87e4dafbbbf47026796a.tar.bz2
[project @ Added link to ServerRequest docs]
-rw-r--r--Auth/OpenID/ServerRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/ServerRequest.php b/Auth/OpenID/ServerRequest.php
index b0a496a..ff34b6b 100644
--- a/Auth/OpenID/ServerRequest.php
+++ b/Auth/OpenID/ServerRequest.php
@@ -127,7 +127,7 @@ class Auth_OpenID_ServerRequest {
* Attempt to authenticate again, given a server and
* authentication checking function.
*
- * @param object $server An instance of Auth_OpenID_Server
+ * @param object $server An instance of {@link Auth_OpenID_Server}
*
* @param mixed $is_authorized The callback to use to determine
* whether the current user can authorize this request.