diff options
author | tailor <cygnus@janrain.com> | 2006-03-02 00:22:22 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-02 00:22:22 +0000 |
commit | a2b0ef551b51d17e2aa2e65c16477f2cc276124c (patch) | |
tree | 0b3960276ca2ff90daa51669aa492c95fe8bdf79 | |
parent | 511ce5199082356ae32d8917fb77601f259e0a46 (diff) | |
download | php-openid-a2b0ef551b51d17e2aa2e65c16477f2cc276124c.zip php-openid-a2b0ef551b51d17e2aa2e65c16477f2cc276124c.tar.gz php-openid-a2b0ef551b51d17e2aa2e65c16477f2cc276124c.tar.bz2 |
[project @ Added link to Interface file]
-rw-r--r-- | Auth/OpenID/Interface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index adc0475..1e6a50c 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -165,8 +165,8 @@ class Auth_OpenID_OpenIDStore { * store. Unlike all other methods in this class, this one * provides a default implementation, which returns false. * - * In general, any custom subclass of Auth_OpenID_OpenIDStore won't - * override this method, as custom subclasses are only likely to + * In general, any custom subclass of {@link Auth_OpenID_OpenIDStore} + * won't override this method, as custom subclasses are only likely to * be created when the store is fully functional. * * @return bool true if the store works fully, false if the |