diff options
author | tailor <cygnus@janrain.com> | 2007-05-11 21:07:03 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-05-11 21:07:03 +0000 |
commit | 90d28dfc0930d9f93215b4aec00b29f9be78896c (patch) | |
tree | 7f8040cb3212bda70d6c47dea717d79e8290c052 | |
parent | 0eb98be31a9fd16eb726d66f73f28c7a9cffc86d (diff) | |
download | php-openid-90d28dfc0930d9f93215b4aec00b29f9be78896c.zip php-openid-90d28dfc0930d9f93215b4aec00b29f9be78896c.tar.gz php-openid-90d28dfc0930d9f93215b4aec00b29f9be78896c.tar.bz2 |
[project @ Docstring typo]
-rw-r--r-- | Auth/OpenID/Consumer.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index 5260b57..d75b842 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -113,8 +113,8 @@ * class using the store of choice (Auth_OpenID_FileStore or one of * the SQL-based stores). If the application has a custom * session-management implementation, an object implementing the - * {@link Auth_Yadis_Session} interface should be passed as the second - * parameter. Otherwise, the default uses $_SESSION. + * {@link Auth_Yadis_PHPSession} interface should be passed as the + * second parameter. Otherwise, the default uses $_SESSION. * * Next, the application should call the Auth_OpenID_Consumer object's * 'begin' method. This method takes the OpenID URL. The 'begin' @@ -246,7 +246,7 @@ class Auth_OpenID_Consumer { * Auth_OpenID_DumbStore} can be used. * * @param mixed $session An object which implements the interface - * of the {@link Auth_Yadis_Session} class. Particularly, this + * of the {@link Auth_Yadis_PHPSession} class. Particularly, this * object is expected to have these methods: get($key), set($key), * $value), and del($key). This defaults to a session object * which wraps PHP's native session machinery. You should only |